I am installin ECC6 on Windows 2003 standard edition oprating system and database is Oracle 10.2.0.2
i selected only ABAP instance when the installation came to ABAP import phase it throws below error.
===============================================
(IMP) INFO: import of F4UHLP completed (10068 rows) #20080902174729
DbSl Trace: Error 1452 in exec_immediate() from oci_execute_stmt(), orpc=0
DbSl Trace: ORA-1452 occurred when executing SQL stmt (parse error offset=34)
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "F4UHLP~0" ON "F4UHLP" ( "MANDT", "USERNAME", "TABFIELD", "FIELDFIELD", "VALUE" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 1556384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
DbSlExecute: rc = 99
(SQL error 1452)
error message returned by DbSl:
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
(DB) INFO: disconnected from DB
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20080902174729
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20080902193333
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
Compiled Jul 17 2007 01:16:56
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -stop_on_error
DbSl Trace: ORA-1403 when accessing table SAPUSER
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
(DB) ERROR: DDL statement failed
(DROP INDEX "F4UHLP~0")
DbSlExecute: rc = 103
(SQL error 1418)
error message returned by DbSl:
ORA-01418: specified index does not exist
(IMP) INFO: a failed DROP attempt is not necessarily a problem
DbSl Trace: Error 1452 in exec_immediate() from oci_execute_stmt(), orpc=0
DbSl Trace: ORA-1452 occurred when executing SQL stmt (parse error offset=34)
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "F4UHLP~0" ON "F4UHLP" ( "MANDT", "USERNAME", "TABFIELD", "FIELDFIELD", "VALUE" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 1556384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
DbSlExecute: rc = 99
(SQL error 1452)
error message returned by DbSl:
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
(DB) INFO: disconnected from DB
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
D:\usr\sap\ID6\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20080902193336
===========================================
please suggest me what can i do? to complete my installation.