How to stop the oradebug command?
Hello guys,
I executed in the production environment the oradebug commands ("oradebug dump systemstate 258", "oradebug hanganalyze 3") , but the trace logs are increasing so fast.
The filesystem is warning that no free disk space.
Please, I must stop this trace.
Which command do I use in order to stop this trace?
Below the following the commands that I executed.
1) Collect the hang analyze during the issue period.
sqlplus / as sysdba
oradebug setmypid
oradebug unlimit <<<<<<<<<<<< This will show the trace file name.
oradebug tracefile_name
oradebug hanganalyze 3
wait 90 seconds
oradebug hanganalyze 3
wait 90 seconds
oradebug hanganalyze 3
exit;
2) Collect the system state dump during the issue period.