Hi Team,
Is there any possible way to identify which DML statements are executed for a specific session and also there respective undo statements. Somebody suggested me LOGMINER to be used but can we identify SQL specific to session in it.
Is there any other way except Logminer.
What i am trying is, suppose an application made a session on database and after that some Statements are executed on the database for that session on schema, In that case i want to find out all the statements executed along with there sequence and there respective undo statements only for that session.
Thanks in advance for the help.