数据库异常处理1. ora-01502数据库索引失效(1) 数据库索引失效原因:原因:
1. 出现这个问题,可能有人move过表,或者disable 过索引。
alter table xxxxxx move tablespace x
2019-07-13