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

Home -> Community -> Usenet -> c.d.o.misc -> Re: raise_application_error with Triggers

Re: raise_application_error with Triggers

From: Bjorn Borud <borud_at_guardian.no>
Date: 25 May 1998 11:51:57 +0200
Message-ID: <m21zti1xvm.fsf@lucifer.guardian.no>


[Rishaal Jadoo <rischalj_at_dp.new.iscorltd.co.za>]
|
| ERROR at line 1:
| ORA-20000: Invalid data {Which seems correct}

(your exception)

| ORA-06512: at <Trigger Name>, line 9 {Why does it do this ?}

this happens because the trigger raises an exception that isn't handled anywhere.

| ORA-04088: error during execution of trigger <Trigger Name> {Why does it
| do this ?}

general error message that indicates runtime error during execution of the trigger code. same reason as the former error: because the exception is not being handled.

-Bjørn
--

 Bjørn Borud <borud_at_guardian.no>       | "The Net interprets censorship 
 <URL:http://www.pvv.unit.no/~borud/>  | as damage and routes around it."
 UNIX person, one of "them"            |         - John Gilmore
Received on Mon May 25 1998 - 04:51:57 CDT

Original text of this message

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