There is another alternate way i guess correct me if i am wrong.
Find out who are the users for that user1 tablespace.
Export those users
Where u have different database create those users and then import it back with the clause fromuser , touser
If your tablespace name is different from original tablespace in the new database. First create empty table in new database in the tablespace you wanted and then import with the option ignore=y.
Otherwise,
Use indexfile option in export, create an indexfile, convert into txt file, edit the tablespace name and then save it as SQL, and then execute this file in your target DB. Its simpler if your export dump file is smaller in size. Folks, Please correct me if i'm wrong.
Bookmarks