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

MOSC Banner

Rollup patch 5708576 failure

edited Apr 4, 2013 8:38AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓
Hi,
Apps 11.5.10.2

adwork001.log shows...
The table is missing the index AME_TEMP_TRANS_LOCKS_PK
or index AME_TEMP_TRANS_LOCKS_PK exists on another table.
Create it with the statement:


Start time for statement below is: Wed Mar 13 2013 02:19:00

CREATE UNIQUE INDEX HR.AME_TEMP_TRANS_LOCKS_PK ON HR.AME_TEMP_TRANS_LOCKS
(FND_APPLICATION_ID, TRANSACTION_TYPE_ID, TRANSACTION_ID) LOGGING  PCTFREE
10 INITRANS 11 MAXTRANS 255 COMPUTE STATISTICS  TABLESPACE
APPS_TS_INTERFACE

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 FND_APPLICATION_ID, TRANSACTION_TYPE_ID, TRANSACTION_ID, count(*)
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