----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Monday, June 02, 2003 9:54 PM


>
> 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to