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 -> Error ORA-06512 (raise-application-error)

Error ORA-06512 (raise-application-error)

From: pieter-jan <diepenpj_at_xs4all.nl>
Date: Tue, 04 Aug 1998 14:11:54 GMT
Message-ID: <35c713f3.27531018@news.xs4all.nl>


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! Received on Tue Aug 04 1998 - 09:11:54 CDT

Original text of this message

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