ORA-01499 [message #417768] |
Tue, 11 August 2009 08:28 |
saharookiedba
Messages: 56 Registered: September 2007 Location: PUNE
|
Member |
|
|
Hi Experts,
I am facing a table/index cross refrence issue
SQL> analyze table atlas.DSL_ITEMEFFORTDATA VALIDATE STRUCTURE CASCADE ONLINE;
analyze table atlas.DSL_ITEMEFFORTDATA VALIDATE STRUCTURE CASCADE ONLINE
*
ERROR at line 1:
ORA-01499: table/index cross reference failure - see trace file
I will upload the concerned trace file.
Please suggest on the solution..
|
|
|
|
Re: ORA-01499 [message #417950 is a reply to message #417770] |
Wed, 12 August 2009 04:43 |
saharookiedba
Messages: 56 Registered: September 2007 Location: PUNE
|
Member |
|
|
Thank You Michel,
I dropped and recreated the index for that table.
But still some of the Procedures are giving the error
ORA-08102: index key not found, obj# 40271, dba 83918039 (2)
|
|
|
|
|
|
Re: ORA-01499 [message #417979 is a reply to message #417975] |
Wed, 12 August 2009 05:54 |
saharookiedba
Messages: 56 Registered: September 2007 Location: PUNE
|
Member |
|
|
I have raised an SR with ORACLE and have been co ordinating with them,
We have identified certain tables which are the cause.
Dropping and Recreation of indexes has been done on those tables.
We are further monitoring for any other Procedure giving this error.
I wnated to understand the main cause of it..
|
|
|
|
Re: ORA-01499 [message #418189 is a reply to message #417981] |
Thu, 13 August 2009 05:38 |
saharookiedba
Messages: 56 Registered: September 2007 Location: PUNE
|
Member |
|
|
Thanks Michel,
We have an index
below is the script for it
CREATE UNIQUE INDEX ATLAS.SYS_C0020913 ON ATLAS.METRIC_HISTORY_VALUES(OWNERTYPE, OWNERID, ITEMTYPE, ITEMID, METRICVALUENAME, STARTDATE) PCTFREE 10 INITRANS 2 MAXTRANS 255
STORAGE(
INITIAL 64 K
NEXT 0 K
MINEXTENTS 1
MAXEXTENTS UNLIMITED
PCTINCREASE 0
BUFFER_POOL DEFAULT
)
NOLOGGING TABLESPACE DIGITE_INDEX
A Procedure using this table
is giving errors.
Can we drop and recreate this index, i was doubtful since this is a SYSTEM INDEX
|
|
|
Re: ORA-01499 [message #418190 is a reply to message #417768] |
Thu, 13 August 2009 05:52 |
cookiemonster
Messages: 13959 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
If you need to drop and recreate a unique index then you need to take the system offline to do so.
Otherwise you run the serious risk of getting duplicate records.
What do you mean by SYSTEM INDEX?
|
|
|
|
|
|
Re: ORA-01499 [message #418893 is a reply to message #418836] |
Wed, 19 August 2009 01:45 |
saharookiedba
Messages: 56 Registered: September 2007 Location: PUNE
|
Member |
|
|
Hi,
the schedulers are giving errors
The undotablespace is 15gb and
i am not sure wheather is this related to ora-01499 issue.
|
|
|
|