Search found 1 match

by usmaniub
Wed Nov 29, 2006 1:52 am
Forum: Oracle Databases
Topic: Getting Value from the Variable's Value
Replies: 0
Views: 1072

Getting Value from the Variable's Value

Dear all

I am trying to write a generalize trigger to log the statements executed on the table say table "A" with fields "id number(3), name varchar2(50)". and a log table say
"LOG_A" with field "statement_exe varchar2(1000)"

when i insert the record in the "A" table then insert statment like ...