Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Intermedia Domain index and tablespace
I've
done this and it works well.
Steve
Orr
<FONT face=Tahoma
size=2>-----Original Message-----From: root_at_fatcity.com
[mailto:root_at_fatcity.com]On Behalf Of Marin DimitrovSent:
Thursday, March 15, 2001 6:43 AMTo: Multiple recipients of list
ORACLE-LSubject: 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><FONT size=2>========================
size=2>Herman Hesse, "Siddhartha"
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
color=#000000 face="Courier New"> <FONT color=#0000f0>INDEX <SPAN class=842495908-15032001>mytab_idx1 <FONT color=#0000f0face="Courier New">ON <FONT
face="Courier New"> ctxsys<FONT color=#0000f0 face="Courier New">.<FONT face="Courier New">context <FONT size=2>;<FONT size=2>Thanks a lot in advance
![]() |
![]() |