Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: EXEC pROCEDURE IN TRIGGER

Re: EXEC pROCEDURE IN TRIGGER

From: Carel-Jan Engel <cjpengel.dbalert_at_xs4all.nl>
Date: Wed, 29 Jun 2005 12:07:42 +0200 (CEST)
Message-ID: <18465.145.61.28.21.1120039662.squirrel@145.61.28.21>


Try:

begin
  testproc('abc');
end;

Regards, Carel-Jan

===
If you think education is expensive, try ignorance. (Derek Bok) ===

> Hi,
>
> Would it be possible to execute my procedure in
> trigger ?
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 29 2005 - 06:13:08 CDT

Original text of this message

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