adpatch failed during installation of patch 17730048 to NON prod instance
Hello,
We faced with following issue when applied patch 17730048 to non prod instance:
~~~~~~~~~~
CREATE INDEX "INV"."MTL_MATERIAL_TRANSACTIONS_N29" ON "INV"."MTL_MATERIAL_TRANSACTIONS" ("LAST_UPDATE_DATE")
PCTFREE 10 INITRANS 11 MAXTRANS 255 COMPUTE STATISTICS
STORAGE(INITIAL 16384 NEXT 131072 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 4 FREELIST GROUPS 4 BUFFER_POOL DEFAULT)
TABLESPACE "APPS_TS_TX_IDX"
Start time for statement above is Sun Mar 01 10:32:51 EST 2015
A Differnt index with same column name exists
During the creation of index faced with following:
~~~~~~~~~
SQL> CREATE INDEX "APPS"."X_MTL_MATERIAL_TRANSACTIONS" ON "INV"."MTL_MATERIAL_TRANSACTIONS" ("LAST_UPDATE_DATE")
2 PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
3 STORAGE(INITIAL 131072 NEXT 131072 MINEXTENTS 1 MAXEXTENTS 2147483645