Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> What is the Oracle 8i Lob Default Initial Extent Size?
I can easily create a lob in one of my tables by using the following
command:
alter table class add (batch_scanner_settings clob) lob (batch_scanner_settings) store as (enable storage in row)
However, unless I add a datafile to my tablespace, I get the folloing error:
ORA-01658: unable to create INITIAL extent for segment in tablespace DEFINITION_DATA How can I determine how big the Initial extent will be when creating the CLOB? Received on Mon Dec 06 1999 - 16:17:20 CST
![]() |
![]() |