Re: ora-20315 - cant find anything on this error.

  • From: Rumpi Gravenstein <rgravens@xxxxxxxxx>
  • To: rob@xxxxxxxxxxxxxxxx, oracle-l-freelists <oracle-l@xxxxxxxxxxxxx>
  • Date: Mon, 30 Jul 2018 14:16:40 -0400

That's in the user defined error range.

Defining Your Own Error Messages: Procedure RAISE_APPLICATION_ERROR

The procedure RAISE_APPLICATION_ERROR lets you issue user-defined ORA- error
messages from stored subprograms. That way, you can report errors to your
application and avoid returning unhandled exceptions.

To call RAISE_APPLICATION_ERROR, use the syntax

raise_application_error(error_number, message[, {TRUE | FALSE}]);

where error_number is a negative integer in the range -20000 .. -20999 a


On Mon, Jul 30, 2018 at 1:59 PM rob oraclewizard.com <rob@xxxxxxxxxxxxxxxx>
wrote:

Has anyone seen ORA-20315, It is being raised when a commit is issued. I
can't find any documentation on this error. Any ideas. Thanks, -Rob



-- 
Rumpi Gravenstein

Other related posts: