Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Error ORA-06512 (raise-application-error)

Re: Error ORA-06512 (raise-application-error)

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 5 Aug 1998 05:29:34 GMT
Message-ID: <6q8qju$lsd$2@news02.btx.dtag.de>


Hi,

ORA-06512 indicates that an exceptions happens and trew out line number etc. According to German oracle support there is no mean to suppress ORA-06512. pieter-jan schrieb:
>
> I have build a Function in the database to check a total.
> In the Exception i have the code
>
> EXCEPTION
> When to_much THEN
> raise_application_error(-20001,'To much ordered');
>
> the message appears on screen in sql, but in oracle forms the message
> appears as ORA-20001 To much ordered ORA-06512 at curs1.check_regtot
> line 1
>
> how come that ORA-06512 also appears after my own message??
>
> in advance, much thanks!

--

Regards

Matthias Gresz :-)

--
Matthias.Gresz_at_Privat.Post.DE

          /|
         / |        
        /| |\
       /||  |\
      / O    |\         
     |        |\ Galopping Horse beats Running Man.
    /          |\
   /      /     |\
  /    __/|      |\
  \°   /  |       |\
   \/_/   |        |\

Received on Wed Aug 05 1998 - 00:29:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US