PLS-00995: unhandled exception # string
sponsored links
Cause: An exception was raised for which
no handler was found. If it cannot find a handler for a raised exception,
PL/SQL returns an unhandled exception to the host environment. The number
embedded in the message is an Oracle error code listed in this manual.
Action: Fix the condition that raised
the exception, write an appropriate exception handler, or use the OTHERS
handler. If there is an appropriate handler in the current block, the
exception was raised in a declaration or exception handler, and therefore
propagated immediately to the enclosing block.
Relared Errors:
PLS-00996: out
of memory
PLS-00997: no
cursor return types allowed in this beta version
PLS-01400: Use
of `||` token
PLS-01401:
Identifier over 18 characters long
PLS-01402: Use
of quoted identifier
PLS-01403:
Comment delimiters /* */
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






Leave a Reply