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 INDEX mytab_idx1 ON mytab(
bcontent )
INDEXTYPE IS
ctxsys.context ;