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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Tablespace management.

Re: Tablespace management.

From: Richard Foote <richard.foote_at_bigpond.com>
Date: Mon, 02 Jun 2003 06:29:52 -0800
Message-ID: <F001.005A80B3.20030602062952@fatcity.com>

>
> 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

Original text of this message

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