I have created tables with primary keys. When I query USER_INDEXES, I find the primary key indexes are in the tablespace USERS. Should they be stored automatically in the tablespace INDX? If so, what do I need to do differently to get them there?
On the same theme, should intermedia indexes be stored in the DRSYS tablespace. I tried to specify tablespace DRSYS during CREATE INDEX and received an error stating this was an invalid option for domain indexes.
My USERS tablespace is filling up and I feel that both of the above scenarios are contributing to this problem. USERS has unlimited expansion, but I want to do it the correct way.
Dont assume, state the obvious. Any help would be appreciated.
On the same theme, should intermedia indexes be stored in the DRSYS tablespace. I tried to specify tablespace DRSYS during CREATE INDEX and received an error stating this was an invalid option for domain indexes.
My USERS tablespace is filling up and I feel that both of the above scenarios are contributing to this problem. USERS has unlimited expansion, but I want to do it the correct way.
Dont assume, state the obvious. Any help would be appreciated.