Select with use of an index gives ORA-08103: object no longer exists using REBUILD ONLINE
11.2.0.2
Hi,
We have report that has a select statement that uses a partitioned index.
We have another job that inserts a lot of rows in the same table as the report uses. Due to performance issue, we disable the index and then rebuild them, even with ONLINE cluase we get:
ORA-08103: object no longer exists
When the report runs.
I thought that ONLINE would solve this isse.
Any ideas why? Is it because the index is partitioned?
EDIT: I guess the disable is the problem here...
Regards
S