how to reloacate $KR and $KD indexes
Hi, in Oracle Text we can create storage preferences to store specific $ tables on desired tablespaces by setting attributes like
I_TABLE_CLAUSE and K_TABLE_CLAUSE and so on.
But there is no such clause for $KR and $KD indexes.
We've moved some tables to new tablespaces by using dbms_redefinition but the $KR and $KD objects still resides on
the old tablespaces.
How can we bring these objects to the new tablespace ?
thanks
regards
Chris