Record SQL Statement history
Hi,
How to Record/write all FULL SQL Statement history into one file for particular file for some duration?
Means, I will connect one application to the database and start some process. process will take 30 min. after that, i want all Full SQL statement, which was executed from last 30 min.
Thanks in advance.
0