PLS-01403: Comment delimiters /* */
sponsored links
Cause: C-style comments (introduced with
the `/` and `*` characters) are not part of the ANSI grammar. To conform with
ANSI, comments must be preceded by the ANSI comment introducer, `–` , and
must not contain a newline. If someone can figure out a way to make this
message look less cheesy without ending up with nested comments, be my
guest.
Action: none
Relared Errors:
PLS-01404: ANSI
Identifiers can only consist of letters, digits, and the underscore
character
PLS-01405:
Under ANSI`s grammar, numeric data represented in exponent notationmust use an
uppe
PLS-01406: An
identifier has been found that is considered a keyword in ANSI`s grammar but
not
PLS-01407: One
of the identifiers CHAR, CHARACTER, or INTEGER has been redefined by the
progra
PLS-01408: Use
of `&` token
PLS-01409: Use
of `PRIOR_` token
PLS-01410: Use
of `MOD` token
PLS-01411: Use
of `REM` token
PLS-01412: Use
of `EXP` token
PLS-01413: Use
of NULL an expression






Leave a Reply