How to check if a SQL TRACE is enabled
593075Oct 10 2007 — edited Oct 11 2007Hello,
i wanted to learn about SQL TRACE and came across the following question and could not find an answer to it:
How can i check if SQL TRACE is currently enabled (especially when tracing another users session with "DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION") ?
I'm asking because i want to avoid unnecessary load on the database.