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

From: Rumpi Gravenstein <rgravens_at_gmail.com>
Date: Mon, 30 Jul 2018 14:16:40 -0400
Message-ID: <CAEpg1wCQx7b=p93MDgOJDSgG20MDf6b+F365GRwETSOB_aN35w_at_mail.gmail.com>



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_at_oraclewizard.com> 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

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jul 30 2018 - 20:16:40 CEST

Original text of this message