Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> maximum initial extent size
I tried to create a table with an initial extent of 3 Gigs (3072M)
but I received this error:
ORA-02218: invalid INITIAL storage option value
After some experimenting with the initial parameter I found that I can't create a table with an initial extent larger than 2047M. The tablespace is one contiguous file 4096Megs long. I got around this by setting next to 1024M and minextents to 2. Is this a bug or is this a real limit. I am using Oracle 8.0.6 on Solaris 2.6 with an 8k block size. Thanks.
--
David F. Newman
Oracle DBA
buzzwang_at_ourvillage.com
Received on Wed Jan 26 2000 - 16:27:07 CST
![]() |
![]() |