Patch:14525483HP-UX Itanium:12.1.2:fails on script :fabks.odf
Hi,
When applying the patch:14525483HP, worker associated to script :fabks.odf failed with following errors.
*******************************************************
The table is missing the index FA_BOOKS_N1
or index FA_BOOKS_N1 exists on another table.
Create it with the statement:
Start time for statement below is: Tue Nov 20 2012 11:32:24
CREATE INDEX FA.FA_BOOKS_N1 ON FA.FA_BOOKS (ASSET_ID, BOOK_TYPE_CODE)
LOGGING STORAGE (FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE 0 INITRANS 11
MAXTRANS 255 COMPUTE STATISTICS 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...
When applying the patch:14525483HP, worker associated to script :fabks.odf failed with following errors.
*******************************************************
The table is missing the index FA_BOOKS_N1
or index FA_BOOKS_N1 exists on another table.
Create it with the statement:
Start time for statement below is: Tue Nov 20 2012 11:32:24
CREATE INDEX FA.FA_BOOKS_N1 ON FA.FA_BOOKS (ASSET_ID, BOOK_TYPE_CODE)
LOGGING STORAGE (FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE 0 INITRANS 11
MAXTRANS 255 COMPUTE STATISTICS 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...
Tagged:
0