Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: tempspace usage
I would trace both executions and see what actually is happening.
One possibility is that SQL run within pl/sql is run with an optimizer_mode = 'all_rows' . The assumption there is that no rows will be returned until completion of the pl/sql anyway.
You would probably need to provide the trace information and the actual sql to get additional analysis, though. Received on Wed Oct 05 2005 - 20:16:28 CDT
![]() |
![]() |