Hi Guys,
I am exporting a dump file which was created using 7.3 to 9i database.
9i already contains the table structure,index and constraints and my idea is to
export only the data.
Parameter used for export are
"ROWS=y GRANTS=n INDEXES=n COMPRESS=n CONSTRAINTS=n OWNER=acc"
and parameter used for Import are
ROWS=y GRANTS=n INDEXES=y IGNORE=y FROMUSER=acc TOUSER=acc COMMIT=y"

While importing it shows some unique constraints error.

Could any one verify my parameter details ang give me some proper guidence.

Regards,

Sudheer