Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Triggers - Value Passing
Hi :)
I have a scenario here , which uses trigger on emp table.
If an insert sql is issue then it will call this trigger, and the trigger will then create an id from seq_emp.nextval, and added the value into the table.
How would i know what id number get's created ? Izzit by issueing seq_emp.currval ? If i issued this select seq_emp.currval from my trigger how can i pass this value to my web application ?
Need some light on this. THANK YOU
JK
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 22 2005 - 04:51:53 CST