没有遇到过,查了官方文档,如下:ORA-08103: object no longer exists Cause: The object has been deleted by another user since the operation began, or a prior incomplete recovery restored the database to a point in time during the deletion of the object. Action: Delete the object if this is the result of an incomplete recovery.原因是:在执行操作之前对象已经被另一个用户删除了,或者在删除些对象之前有一个未完成的数据库恢复 应该不是什么大的问题,等等就自己没有了
Cause: The object has been deleted by another user since the operation began, or a prior incomplete recovery restored the database to a point in time during the deletion of the object.
Action: Delete the object if this is the result of an incomplete recovery.原因是:在执行操作之前对象已经被另一个用户删除了,或者在删除些对象之前有一个未完成的数据库恢复
应该不是什么大的问题,等等就自己没有了
analyze table XXX validate structure cascade;
XXX 为sql中用的表名,需要分析所有的表名。
1.如果有问题,会报错。
表结构有损坏。
解决用相应的建表权限重建表。
2.没错。查询下表数量。看是否有异常,
否则在看下表对应的表空间及索引空间。