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: can you call a procedure from trigger in Pl/Sql

Re: can you call a procedure from trigger in Pl/Sql

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Fri, 14 Apr 2006 15:33:54 GMT
Message-ID: <IxpxwL.3ur@igsrsparc2.er.usgs.gov>


> CREATE TRIGGER CUST_TR before INSERT ON CUSTOMER
> FOR EACH ROW
*BEGIN*
> INSFUN;
> end ;
> /

You missed a line.

HTH,
Brian

-- 
===================================================================

Brian Peasland
oracle_dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Fri Apr 14 2006 - 10:33:54 CDT

Original text of this message

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