I’m developing an app using Oracle database and I would surely like to have an SQL statements tracer that could trace sessions and processes statements – like Toad’s SQL Tracker/Monitor. But since the good one cost alot of money I’m thinking about building a small one myself.
Any ideeas about wich would be the best solution for tracing oracle sql statements?
I’m developing an app using Oracle database and I would surely like to have
Share
Sql Plus + tkprof.
If you need to trace any session (not only your own):
to look at sid of session and
Otherwise you can use logon trigger: