Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Intermedia Domain index and tablespace
take a look at the "Specifying
Storage Attributes" section of
<A
href="http://technet.oracle.com/doc/inter.815/a67843/cddlpkg.htm#16740">http://technet.oracle.com/doc/inter.815/a67843/cddlpkg.htm#16740
there is an example for creating a storage preference for the
index and assigning different components of the domain index to different
tablespaces.
after u have set the preferences up u'll have to create the
index with something like:
=======================<FONT face="Courier New"size=2>create index AAA on BBB.CCC(DDD)
indextype is ctxsys.context
parameters ('filter ctxsys.EEE
storage FFF');
<FONT
size=2><FONT size=2><FONT size=2><FONT size=2>========================
size=2>
To: <A title=ORACLE-L_at_fatcity.com
href="mailto:ORACLE-L_at_fatcity.com">Multiple recipients of list ORACLE-L
Sent: Thursday, March 15, 2001
12:55
Subject: Intermedia Domain index and
tablespace
Dear list !
I'm creating an Intermedia
domain index , and i want to build the index ( and related DR$... tables and
indexes) in a specific tablespace , say IM_TBS .
Although i can not specify the
TABLESPACE attribute directly , when building a domain index , right
?
So , how can i do it
?
This is the create index
statement i use
CREATE<FONT
face="Courier New" color=#000000> <FONT
color=#0000f0>INDEX <SPAN class=842495908-15032001>mytab_idx1 <FONT face="Courier New" color=#0000f0>ON <FONT
![]() |
![]() |