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: debugging a trigger

Re: debugging a trigger

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Mon, 11 Oct 1999 14:35:37 -0400
Message-ID: <5S0COIGG4TTReK1SCm+E7Mvidc98@4ax.com>


A copy of this was sent to Christ Follower <christ_follower_at_my-deja.com> (if that email address didn't require changing) On Mon, 11 Oct 1999 17:49:12 GMT, you wrote:

>I am trying to create a relatively simple trigger but constently
>getting compilation error. This trigger has an insert statement. If I
>issue this insert statement at SQL*Plus prompt, it is correct. Any
>ideas? What is the best way to find out trigger error other than just
>saying "Warning: Trigger created with compilation errors."
>

show errors trigger <triggername>

in sqlplus to get the real error message.

>Thanks.
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Mon Oct 11 1999 - 13:35:37 CDT

Original text of this message

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