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: How to get compilation error when creating database trigger in SQLPLUS

Re: How to get compilation error when creating database trigger in SQLPLUS

From: Aarre Heikkila <aarre.heikkila_at_evli.fi>
Date: Thu, 17 Sep 1998 18:11:00 GMT
Message-ID: <36015045.1296010674@news.eunet.fi>


Try:

SQL>show errors trigger trigger_name

Aarre Heikkilä
aarre_at_dlc.fi

On Thu, 17 Sep 1998 14:33:13 +0800, XXX <bei_at_umac.mo> wrote:

>When I attempt to create a database trigger (with some errors) in
>sqlplus 3.3.2, I will get the flolwing message
>'Warning: Trigger created with compilation errors.'.
>If I try to use 'show errors' just like creating procedure in sqlplus,
>there will be
>no errors.
>
>How can I know the errors when I attempt to create database trigger in
>sqlplus.
>
>Thanks in advance.
>
Received on Thu Sep 17 1998 - 13:11:00 CDT

Original text of this message

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