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

Home -> Community -> Usenet -> c.d.o.server -> LOB - DISABLE STORAGE IN ROW ?

LOB - DISABLE STORAGE IN ROW ?

From: Ed <ed_at_mail.com>
Date: Wed, 7 Mar 2007 14:27:59 -0500
Message-ID: <12uu4i0i3djr768@corp.supernews.com>


create table my_lob_table(f1 int primary key, f2 clob);

If I know most ("> 80%) of the CLOBs persisted will be bigger than 4K should I just specify "DISABLE STORAGE IN ROW" in the creation ?

thanks

10gR2 Received on Wed Mar 07 2007 - 13:27:59 CST

Original text of this message

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