Trace 10046 - direct trace output to a perticular directory 11.2.0.4
Oracle: 11.2.0.4
RAC: 4 nodes
OS: Linux 6.0
DB size: 87 TB
Note: RMAN process only run on one node.
We are trying to diagnose a RMAN issue and we run a backup/merge that takes 6-7 hours. I have a need to upload a trace file for event 10046 (alter session set events 10046 trace name context forever, level 12) but this trace file is writing to $DIAG_HOME. the DIAG_HOME(/opt/app/oracle) has only 10 GB free before I start the trace.
Although, we added code to write this trace to tlog=/trace/rman_merge_trace_10046.log, it write some trace to this directory(/trace) but five processes(for each RMAN channels - sid) in $DIAG_HOME. each files get approximately 1gig - total 5GB per hour and the /opt/app/oracle(diag_home) fills up, i end up removing these files.