Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-1654 , Oracle asking for very large extent

Re: ORA-1654 , Oracle asking for very large extent

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Mon, 31 Jul 2006 16:17:44 GMT
Message-ID: <J39zxp.1D0@igsrsparc2.er.usgs.gov>


> Something seems amiss...There is 7GB of free space in the tablespace.
> The max extent allocated with AUTOALLOCATE is 8MB.

I should offer a correction to my post...

I queried one of my large databases and found the max extent to be much larger than 8MB, as you can see below:

SQL> select max(bytes) as bytes from dba_extents;

            BYTES


      503,365,632

While much larger than the 8MB I originally posted, it should still fit quite easily in a tablespace with 7GB of free space.

Cheers,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Mon Jul 31 2006 - 11:17:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US