how catch variable value from trigger
MattSkJan 3 2008 — edited Jan 3 2008situation:
I have trigger which is fired after update on any value in table aaa, trigger is used to archive all values in updated row from table aaa to table aaa_archive, in trigger is calculated sys_guid() ID for archive record ID, I need to get this ID, and forward to php code, because of some filesystem archive operations with files(files are archvived as well, and I need create connection between this file and archived record in DB).
It is needed to use trigger instead of some own pl/sql archive procedure.
Can somebody help?
Thx :)