Hi,
I have a requirment to monitor dml statements on few tables and gather the scripts.we have dba audit table but we are not getting required data some times
Can we write a procedure to genrate insert script on tables passed as parameter.
Later can we use that procedure in dml trigger to generate the script values and store in a table as clob value.please give ur suggestions