Thanks dbalaski,
But that's where the problem is, I can't find it so cannot rebuild it. however, I found a reference in the SYS.OBJ$ table(it is the only object with TYPE# as 0). I did not find it anywhere else in the system.
Also no additional products are installed and I did not try the Export/ Import before this problem occured either.
Main Topics
Browse All Topics





by: dbalaskiPosted on 2001-02-22 at 15:42:17ID: 5869589
Basically, The problem is something happened to the baseline table that invalidated entries (such as ROWID) in the index. Usually this happens when performing a direct load into an baseline table or if one of the table has undergone a online storage-reorg.
Normally, the solution is fairly simple -- rebuild the index using either of the two methods:
a) alter index ....... rebuild tablespace .....;
or
b) drop and recreate the index.
However, it is a SYS index -- which is kinda scarey -- I do not see that specific index (or one of a similar name) in my Oracle 8.1.6/8.1.7 EE databases... Did somebody install additional products into the wrong schema??
did you recently export/import the database?
dBalaski