biggusdeeus
Technical User
Hi - I'm having problems importing a customer's dump files on a virtual pc. I have imported the same files on a host pc with no problem. The users and tablespaces are unique. So it's confusing as to why it happens on one and not the other. The error is happening once about 1/3 into the import and again about 1/2 way through. Here's the first error - any ideas?
IMP-00017: following statement failed with ORACLE error 1452:
"CREATE UNIQUE INDEX "PK_ENUMDET" ON "ENUMDET" ("ENUMDETUID" , "TERMINATIOND"
"ATE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 1638400 FREELIST"
"S 1 FREELIST GROUPS 1) LOGGING"
IMP-00003: ORACLE error 1452 encountered
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
IMP-00017: following statement failed with ORACLE error 20000:
"BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"PK_ENUMDET"',NULL,NULL,NULL,21771,"
"190,21771,1,1,989,1,0); END;"
IMP-00003: ORACLE error 20000 encountered
ORA-20000: Unable to set values for index PK_ENUMDET: does not exist or insuffi
ient privileges
ORA-06512: at "SYS.DBMS_STATS", line 3613
ORA-06512: at "SYS.DBMS_STATS", line 3718
ORA-06512: at line 1
IMP-00017: following statement failed with ORACLE error 1452:
"CREATE UNIQUE INDEX "PK_ENUMDET" ON "ENUMDET" ("ENUMDETUID" , "TERMINATIOND"
"ATE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 1638400 FREELIST"
"S 1 FREELIST GROUPS 1) LOGGING"
IMP-00003: ORACLE error 1452 encountered
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
IMP-00017: following statement failed with ORACLE error 20000:
"BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"PK_ENUMDET"',NULL,NULL,NULL,21771,"
"190,21771,1,1,989,1,0); END;"
IMP-00003: ORACLE error 20000 encountered
ORA-20000: Unable to set values for index PK_ENUMDET: does not exist or insuffi
ient privileges
ORA-06512: at "SYS.DBMS_STATS", line 3613
ORA-06512: at "SYS.DBMS_STATS", line 3718
ORA-06512: at line 1