ora-08102:index key not found,obj#57848,file 6, block 6324(2)
来源:http://blog.csdn.net/wyzxg/article/details/4761341
索引坏了,查出这个表的索引
select * from user_indexes t where t.table_name= upper('tb_ware')
组装成下面的语句执行:
alter index PK_TB_WARE rebuild online;
alte