i_index_clause Parameter clause for dr$indexname$X index creation
I'm trying to create oracle index texte and also using the CTX_DDL.set_attribute to put the index in the given tablespace for index.
Two indexes are create, the first one is dr$"indexname"$X is created on the right tablespace.
The second one is dr$"indexname"$R, is created on the defaut tablespace which is not the tablespace for the indexes.
So my question is, how can i manage the creation of the dr$"indexname"$R to be on the right tablespace?
For your information , I'm workin with oracle 9.2.
Thank in advance for your help
Rgds,
AB