How to manage LOB indexes on the audit table
the audit table in 11g has these two indexes on the columns SQLTEXT and SQLBIND.
INDEX_NAME | INDEX_TYPE | TABLESPACE_NAME | |
------------------------------ --------------------------- ------------------------------ | |||
SYS_IL0000000384C00040$$ | LOB | SYSTEM | |
SYS_IL0000000384C00041$$ | LOB | SYSTEM |
how are these managed? Can they be rebuilt? dropped and recreated?
thanks for any info.
0