Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Setting SQL trace on another session
Hello all,
Db : Oracle 9.2.0.7 standard edition
I recently tried to set sql trace session for a session, and had an issue with trace file not being big enough.
Steps that I performed are:
The problem occured was, though I have set the trace file in the session to be appx 10 MB (10,000,000), the trace file size was 50,000 KB, and cannot grow anymore. So trace was incomplete. Also to note is INIT.ORA parameter MAX_DUMP_FILE_SIZE is set to 100,000.
My question is
1) Did I set the MAX_DUMP_FILE_SIZE parameter properly, if so why did
it go over 10 MB for the session
2) Should the user session level MAX_DUMP_FILE_SIZE value be less than that of INIT.ORA value.
Any suggestions/comments highly appreciated.