Archive for 9月 11th, 2006

ORA-08103: object no longer exists

一客户在查询数据时报如下错误:
SQL> select count(*) from sa.g_sn_travel;
select count(*) from sa.g_sn_travel
*
ERROR 位于第 1 行:
ORA-08103: object no longer exists
用analyze分析该表,出现如下提示:
SQL> analyze table sa.g_sn_travel validate structure cascade;
analyze table sa.g_sn_travel validate structure cascade
*
ERROR 位于第 1 行:
ORA-01499: table/index cross reference failure - see trace file
查看对应的trace file发现该表的索引和表的数据出现不一致,于是重新创建该Index解决问题。

Page 1 of 11

    搜索本站

    站点日历

    9月 2006
    « 8   10 »
     123
    45678910
    11121314151617
    18192021222324
    252627282930  

    订阅本站

    文章分类

    最新日志

    热点文章

    日志存档

    常用标签