2

please suggest the sql query to list the all active trace events in the oracle database. More ora trace log files are getting generated for the particular database . This might be the cause of trace was enabled for some objects or sessions or sql and missed to disable it.

Thanks, Sasikumar.

sasikumar
  • 73
  • 1
  • 9

1 Answers1

0

Try the below.

SQL> oradebug eventdump session

Suresh Dooly
  • 47
  • 2
  • 7