|
-
I would tkprof the trace file and focus on Wait Events section of it - you may want to include SYS=N option.
Risking to be stating the obvious please include...
alter session set max_dump_file_size = unlimited;
alter session set timed_statistics = true;
alter session set sql_trace = true;
...before actual alter session set events blah blah blah
Trace may be hitting max_dump_file_size value so it appears not to be tracing - that's the reason of the first command.
Also check you have enough space on dump file directory.
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|