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: Problem creating trigger

Re: Problem creating trigger

From: <victormi_at_uol.com.br>
Date: Sun, 02 Aug 1998 17:32:48 GMT
Message-ID: <6q27s0$cld$1@nnrp1.dejanews.com>


In article <35BEEA75.D71B1B52_at_exlibris.co.il>,   Ariel Kirson <arielk_at_exlibris.co.il> wrote:
> (Oracle7 Server Release 7.3.3.0.0 - Production Release
> With the distributed option
> PL/SQL Release 2.3.3.0.0 - Production)
>
> Hi all,
>
> I have been trying to create a trigger on one of
> our tables, but I am repeatedly receiving the
> following message :
>
> Warning: Trigger created with compilation errors.
>
> I have based the creation script on one of our existing
> scripts, which seems to work fine.
> I am aware that I have not given you enough information
> to find the specific problem, but I would like to know
> where I can find information on "Troubleshooting", or
> "FAQs" on creating triggers.
> So far I have looked in my "Server SQL Lan. Ref. Man."
> with no success.
>
> I would appreciate any help.
>
> Thanks in advance,
>
> Ariel Kirson
> Ex Libris.
>
> Try using the followin command at your SQL Plus prompt:

SHOW ERRORS TRIGGER Trigger_Name;

The errors will appear in the following lines, showing the errors.

Ok?

Victor - Sao Paulo - Brasil.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Sun Aug 02 1998 - 12:32:48 CDT

Original text of this message

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