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 when creating a trigger

Error when creating a trigger

From: Jean-Daniel TOULY <jdtouly_at_staffandline.com>
Date: Wed, 20 Oct 1999 14:51:22 +0200
Message-ID: <7ukdm9$mq6$1@wanadoo.fr>


I try to create a trigger on a table named ACTION. But when I try to create an error message tells me that the trigger is created with compilation errors.

Here is the code to create the trigger :

DROP TRIGGER E_ACTION ; CREATE TRIGGER E_ACTION
  AFTER INSERT OR UPDATE ON Staff.ACTION   FOR EACH ROW
  BEGIN
  END ;
/

Thank for your help Received on Wed Oct 20 1999 - 07:51:22 CDT

Original text of this message

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