Hallo.
I use SWPM 1.0 to migrate Solution Manager 7.1 , from :
windows 2003 oracle 11.2.0.3
to
windows 2008 R2 oracle 11.2.0.4
I executed SMIGR_CREATE_DDL on the source system, I executed the export from SWPM->Solman 7.1 SR1 - >...
After I import in the target but I obtain for many indexes I have the error:
ORA-00955: name is already used by an existing object
I think that it could be a problem on the scripts generated by SMIGR_CREATE_DDL
It seems a problem related to some IOTs table script
For example, I have the error:
(DB) ERROR: DDL statement failed
( CREATE UNIQUE INDEX "TPFYDOC~0" ON "TPFYDOC" ("OBJ_NAME", "LANGU", "SEQNO") PCTFREE 10 INITRANS 002 TABLESPACE PSAPSR3 COMPRESS 2 STORAGE (INITIAL 0000000064 K NEXT 0000001024 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS 001) )
DbSlExecute: rc = 102
(SQL error 955)
error message returned by DbSl:
ORA-00955: name is already used by an existing object
(DB) INFO: disconnected from DB
In the attachment SDOCU.SQL there is the one of the .SQL files generated by SMIGR_CREATE_DDL .
Note that table TPFYDOC was converted to IOT as I verified by:
SQL> SELECT TABLE_NAME, INDEX_NAME FROM DBA_INDEXES WHERE INDEX_TYPE = 'IOT - TOP';
So the errors, seem related to the wrong interpretation of IOT by the SMIGR_CREATE_DDL report.
Could you help me?
Thanks a lot
Mario