expdp schema from one database to another with a different sid
I am trying to export a schema from one database to another database that has a different sid. If I do an expdp / SCHEMAS=ABC file=abc.dmp log=abc.dmp. Then I copy the .dmp file over to the other database with a different SID. I do a impdp / file.abc.dmp log=abc.log it will error indicating that that TABLESPACE that the ABC user is in does not exist. When I do a expdp / TABLESPACES=SDARS on the impdp it will fail indicating that the user ABC does not exist.
Can any of you assist? I don't want to rename the schemas or the schema. I can not use copy of the database to the new database with the different sid.
0