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

Creating lobindexes

From: Sue Borella <sbs8928_at_gsk.com>
Date: 3 Apr 2002 02:23:44 -0800
Message-ID: <ff90cbdd.0204030223.4e9805b@posting.google.com>


I would like to create a table with a lobsegment. When the lobsegment is created a system generated lobindex is also created. How do you specify a particular lobindex name (rather than a system generated Lobindex) and specify a specific tablespace. This is the statement I'm using to create a table with a lobsegment -

CREATE TABLE "TEST_FSDEL" ("CDBREGNO" NUMBER(9, 0),
"FSDELETE" BLOB) PCTFREE 0 PCTUSED 40 INITRANS 1 MAXTRANS 255 LOGGING
 TABLESPACE "DATA_20M" LOB
("FSDELETE") STORE AS "TEST_FSDEL_LOB0" (TABLESPACE
"LOBSEGMENT_1M" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION
10 CACHE ) ; When this statement is run a system generated lobindex is created in the lobsegment tablespace LOBSEGMENT_1M Received on Wed Apr 03 2002 - 04:23:44 CST

Original text of this message

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