Audit SELECT in MERGE statement
I have an interesting problem. We audit select on most tables on a 9i database. I removed a table which had not been accessed in 18 months, but had issues with some programs that use MERGE statement. These selected from this table, among others, and none of the tables in the merge show up in the audit trail. If you run the select from the merge statement individually, it works. Is this expected 9i behavior or a bug in Audit trail? Is the behavior different in 10g?
0