stevenriz
IS-IT--Management
- May 21, 2001
- 1,069
Hi everyone. Just this morning, we started experiencing the error ORA-08103: object no longer exists. Ths system has been much been static for a long time. Don't know what it could be. The table in question is in fact there and we can see it though Toad or other viewers just fine. We are trying to search for a corrupted row. Anything you can think of to diagnose/fix this short of a full restore would be appreciated. Thanks all!!
Steve
sample:
SQL> select count(*) from tablename1;
select count(*) from tablename1
*
ERROR at line 1:
ORA-08103: object no longer exists
SQL> exit
Steve
sample:
SQL> select count(*) from tablename1;
select count(*) from tablename1
*
ERROR at line 1:
ORA-08103: object no longer exists
SQL> exit