stop UDUMP traces
DATABASE: 10.2.0.4OS: LINUX 5
some how I am getting lots of trace files in UDUMP directory and I don't know why. During some DB issue, I did kick off some trace file for sessions but I did turn it off.
I checked the v$parameter and the sql_trace is false.
NAME, VALUE
tracefile_identifier,
trace_enabled,TRUE
log_archive_trace,0
sql_trace,FALSE
How would I check to figure out why there are lots of trace files in UDUMP directory? it almost generate every minutes when DB is running dataload or busy. nothing is written in the Alert log.
some how I am getting lots of trace files in UDUMP directory and I don't know why. During some DB issue, I did kick off some trace file for sessions but I did turn it off.
I checked the v$parameter and the sql_trace is false.
NAME, VALUE
tracefile_identifier,
trace_enabled,TRUE
log_archive_trace,0
sql_trace,FALSE
How would I check to figure out why there are lots of trace files in UDUMP directory? it almost generate every minutes when DB is running dataload or busy. nothing is written in the Alert log.
0