catch the trouble query
I have a user using third party tool via odbc to the database. However, the access time to get the data is very long. I want to catch the trouble query that is causing all of time. Is there a good way to do this? Maybe join v$session with v$sql_area?
0