Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-08102

Re: ORA-08102

From: Pat Minnis <pminnis_at_maverick.net>
Date: Sun, 17 Jan 1999 21:31:57 -0600
Message-ID: <KZxo2.55$4a1.469954@news.goodnet.com>


If the index is the primary key, try to disable the primary key and re-enable it.
Or you might try the "alter index <index-name> rebuild on the index.

If these don't work, are you sure the table itself is OK?

Jordi Cabot wrote in message <77n2jv$5qn$1_at_diana.bcn.ttd.net>...
>When I try to update a table, the only thing I get is this Error message:
> " General SQL error. ORA-08102: index key not found, obj#6414, dba
>25217271 (2) "
>This object is an index. I've tried to drop and recreate index without
>success.
>Anybody knows an idea for this problem??
>
>
Received on Sun Jan 17 1999 - 21:31:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US