Oracle logminer - rollback statement
Logminer question
I am using Oracle 10.2.0.4. I want to use logminer, only problem I have is logminer will not show the actual sql statements used in mycode instead instead its own statements!!!
People who used logminer, can you provide anser to following, If I do following:
Set autocommit off;
Insert into scott …
(I inserted a row in scott table..)
Rollback
For rollback will logminer show a delete statement even though it was not issued.
Thanks,