Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> EXEC pROCEDURE IN TRIGGER
Hi,
Would it be possible to execute my procedure in trigger ?
I have created a test procedure name : testproc
I can execute this testproc in sql/plus by issue this command
sql:> exec testproc('abc'); -- no problem
I thought of calling this from trigger body, is that possible ?
example in trigger abc_trg
Begin
exec testproc('abc');
end;
I tried ... got error. Wonder if this is possible.
Thank in Advanced
Cheers
JK
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jun 29 2005 - 04:58:31 CDT
![]() |
![]() |