tkprof - not generating output [message #230840] |
Fri, 13 April 2007 01:22 |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi,
I have generated trace for event 10046.
The trace is around 20GB.
Now when I run the following command, tkprof just hangs and never comes out. Also, the output file remains size 0 only.
$ tkprof proddwdb_ora_16597.trc proddwdb_ora_16597.out explain=boidw/xxx
The user is the same user for which generated the trace.
Why this is hanging, is it because the size of trace is very big?
Brayan.
|
|
|
|
Re: tkprof - not generating output [message #230854 is a reply to message #230840] |
Fri, 13 April 2007 02:09 |
rleishman
Messages: 3728 Registered: October 2005 Location: Melbourne, Australia
|
Senior Member |
|
|
Try it without the EXPLAIN=boidw/xxx
Modern versions of the RDBMS will actually still produce the plan beacuse it is stored in the trace file. EXPLAIN can sometimes just slow you down.
|
|
|
|
|
|
|
|
|
|
|
|