I am thinking on one problem of using export and import for new database creation.
Say I am having database "abc" and data tablespace named as "data" and having user "x" ,"y". I have exported this database and I have available export dump file.
Now I created new database "xyz" having tablespace name "users_data" instead of "data" .
Can I use existing export dump file to import into this database ???? The reason I am asking is because users are attached to tablespaces and I have doubt that whether export file also content the name of user tablespace and demands that it requires same setting for your new database ???

Sunil