Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

11i.ATG_PF.H.RUP7-6241631- duplicate index error how to proceed?

edited Mar 18, 2013 11:35PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 5 commentsAnswered ✓
Applying patch 11i.ATG_PF.H.RUP7-6241631 and I have a worker in error trying to create an existing index.

Should I skip this worker with "adctrl" option 8 or drop the index and restart the worker?

Error is:
 Start time for statement below is: Mon Mar 18 2013 12:43:52

CREATE UNIQUE INDEX ICX.ICX_TRANSACTIONS_U1 ON ICX.ICX_TRANSACTIONS
 (TRANSACTION_ID) LOGGING  PCTFREE 10 INITRANS 11 MAXTRANS 255 COMPUTE
 STATISTICS  TABLESPACE ICXX
Statement executed.

AD Worker error:
The index cannot be created as the table has duplicate keys.

Use the following SQL statement to identify the duplicate keys:

SELECT TRANSACTION_ID, count(*)
  FROM ICX.ICX_TRANSACTIONS
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center