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
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com -- http://www.freelists.org/webpage/oracle-l