Create trace file on specific location
dbajugNov 15 2012 — edited Nov 16 2012Hi all,
I'm working with a 11gR2 Enterprise DB on Linux RedHat 5
Now I need to create a trace file. This trace will be huge and I need to create it on an specific folder on my system because the udump fs could be small for it. These are the commands I'll use:
oradebug setospid 3165
oradebug unlimit
oradebug event 10046 trace name context forever, level 12
If I use the "oradebug tracefile_name" I'll get the actual trace file name but, How can I say the specific location where I need to create it?
Best regards,
dbajug