How to disable trace Oracle 10.2.0.4
I am trying to stop the trace files written to /u01/app/oracle/admin/prod/udump that is filling up the disk.
I changed the parameters sql_trace=False and trace_enabled=False. Do I need to restart the instance for the tracing to stop?
0