Patch 6241631-11i.ATG_PF.H.RUP7' fails on icxwtab.odf. another index on the same columns.
Patch fails on icxwtab.odf
with :
Start time for statement below is: Tue May 08 2012 20:47:21
CREATE UNIQUE INDEX ICX.ICX_TRANSACTIONS_U1 ON ICX.ICX_TRANSACTIONS
(TRANSACTION_ID) LOGGING PCTFREE 10 INITRANS 11 MAXTRANS 255 COMPUTE
STATISTICS PARALLEL TABLESPACE APPS_TS_TX_IDX
Statement executed.
The CREATE INDEX statement above failed because there is
another index on the same columns.
Looking for the existing index on the same columns...
Thank you for your help
with :
Start time for statement below is: Tue May 08 2012 20:47:21
CREATE UNIQUE INDEX ICX.ICX_TRANSACTIONS_U1 ON ICX.ICX_TRANSACTIONS
(TRANSACTION_ID) LOGGING PCTFREE 10 INITRANS 11 MAXTRANS 255 COMPUTE
STATISTICS PARALLEL TABLESPACE APPS_TS_TX_IDX
Statement executed.
The CREATE INDEX statement above failed because there is
another index on the same columns.
Looking for the existing index on the same columns...
Thank you for your help
Tagged:
0