Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Possible causes of ORA-01630: max extents reached.
Check your next extent and make sure it did not change. You may have
enough space but are trying to allocate it in small chunks
Connor McDonald wrote:
>
> tmcconechy_at_bcbc.bc.ca wrote:
> >
> > When running a report in our production system which used to work fine.
> > The client recieves the ORA-01630: max extents (249) reached in temp segment
> > in tablespace TEMP.
> >
> > There are many extents and over 500 megs of space left for the system.
> >
> > What could possibly be causing my problem.
> >
> > Thanks for any advise!
> >
> > -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> > http://www.dejanews.com/ Now offering spam-free web-based newsreading
>
> If you are running cost optimiser, changes in the stats may/will change
> the access path oracle chooses to get you data..
>
> So (for example) your query may have switched from using nested loops
> (which require negligible temp space) to merge (which requires a
> bucketload more)...
>
> Look at EXPLAIN'ing your query...If it has to run that way, then look at
> your temp/sort space as other posters have suggested...
>
> Cheers
> Connor
> --
> ==========================================
> Connor McDonald
> BHP Information Technology
> Perth, Western Australia
> "These views mine not BHP..etc etc"
>
> "The only difference between me and a madman is that I am not mad."
Received on Thu Apr 23 1998 - 14:18:54 CDT
![]() |
![]() |