Dear Experts,
SAP System Copy failed due to ABAP Import error "ORA-01408:such column list already indexed " on SAPDFACT' package.
SAP Package : ECC 6/ ERP
OS : Windows 2003 64 bit R2
DB: Oracle 10g
HW : VmWare
Please find the below details I collected from my system and requesting your assistance.
************************************************************************************************************************************************
Error from SAPDFACT.log is below.
-
DbSl Trace: ORA-1408 occurred when executing SQL statement (parse error offset=57)
(DB) ERROR: DDL statement failed
(CREATE INDEX "/BI0/E0FIGL_C01~P" ON "/BI0/E0FIGL_C01" ( "KEY_0FIGL_C01P" ,
"KEY_0FIGL_C01T" , "KEY_0FIGL_C01U" , "KEY_0FIGL_C011" , "KEY_0FIGL_C012" , "KEY_0FIGL_C013"
) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001
MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
DbSlExecute: rc = 99
(SQL error 1408)
error message returned by DbSl:
ORA-01408: such column list already indexed
(DB) INFO: disconnected from DB
************************************************************************************************************************************************
SAPDFACT.TSK Status
-
T /BI0/E0FIGL_C01 C ok
D /BI0/E0FIGL_C01 I ok
P /BI0/E0FIGL_C01~0 C ok
I /BI0/E0FIGL_C01~01 C ok
I /BI0/E0FIGL_C01~02 C ok
I /BI0/E0FIGL_C01~03 C ok
I /BI0/E0FIGL_C01~04 C ok
I /BI0/E0FIGL_C01~05 C ok
I /BI0/E0FIGL_C01~06 C ok
I /BI0/E0FIGL_C01~P C err
T /BI0/F0FIGL_C01 C xeq
D /BI0/F0FIGL_C01 I xeq
P /BI0/F0FIGL_C01~0 C xeq
I /BI0/F0FIGL_C01~01 C xeq
I /BI0/F0FIGL_C01~02 C xeq
I /BI0/F0FIGL_C01~03 C xeq
I /BI0/F0FIGL_C01~04 C xeq
I /BI0/F0FIGL_C01~05 C xeq
I /BI0/F0FIGL_C01~06 C xeq
************************************************************************************************************************************************
/BI0/E0FIGL_C01 INDEX
-
SQL> connect sapsr3 /as sysdba
Enter password:
Connected.
SQL> select index_name from dba_indexes where index_name like '/BI0/E0FIGL_C01%'
;
INDEX_NAME
-
/BI0/E0FIGL_C01~0
/BI0/E0FIGL_C01~01
/BI0/E0FIGL_C01~02
/BI0/E0FIGL_C01~03
/BI0/E0FIGL_C01~04
/BI0/E0FIGL_C01~05
/BI0/E0FIGL_C01~06
7 rows selected.
SQL>
***************************************************************************************************************************************************
Thanks and Regards,
Jebin Sebastian