Patch 13789195 errors
Hi,
Patch 13789195 errors
The worker log shows the below error :
**************************************************
The table is missing the index FND_DOCUMENTS_TL_N1
or index FND_DOCUMENTS_TL_N1 exists on another table.
Create it with the statement:
Start time for statement below is: Thu Sep 06 2012 00:55:33
CREATE INDEX APPLSYS.FND_DOCUMENTS_TL_N1 ON APPLSYS.FND_DOCUMENTS_TL
(DESCRIPTION) LOGGING STORAGE (INITIAL 4K NEXT 128K MINEXTENTS 1
MAXEXTENTS UNLIMITED PCTINCREASE 0 FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE
0 INITRANS 11 MAXTRANS 255 COMPUTE STATISTICS PARALLEL TABLESPACE APPLSYSX
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...