Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Estimate temp space
Mladen Gogala wrote:
> On Thu, 05 Apr 2007 22:29:58 +0200, astalavista wrote:
>
>> Hi, >> >> Is it possible for query to estimate its temp consumption ? >>
Try this:
explain plan for select source from sys.source$ order by source;
set linesize 121
select * from table(dbms_xplan.display);
I think you'll change your mind.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Apr 05 2007 - 16:19:35 CDT
![]() |
![]() |