SAP Note 11369 - ORA-1452 during import after export from other system.
Symptom
Determine the keys:
DESCRIBE sapr3.;
alldata,
ORA-1452 cannot CREATE UNIQUE INDEX; duplicate keys found
when you import a dataset that was exported from a source system into a target system.
A table in the source system contains duplicate keys, although a UNIQUE index existed there. This may result from rollback problems with ORACLE 7.0.13 in connection with cluster tables containing long raw fields.
Determine the keys:
DESCRIBE sapr3.
Comments
Post a Comment