Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Tablespace management.
>
> Cannot create lob columns if segment space management is set to auto.
>
>
Why not ?
SQL> create tablespace new datafile 'c:\bowie\new01.dbf' reuse 2 segment space management auto;
Tablespace created.
SQL> create table bowie2 (x clob) lob (x) store as (disable storage in row) tablespace new;
Table created.
Cheers
Richard
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Richard Foote INET: richard.foote_at_bigpond.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jun 02 2003 - 09:29:52 CDT
![]() |
![]() |