How to export datbase with exp command
Hi guys,
How to export oracle database using exp command without including tables space names.
I tried with this
./exp username/password file=db-export.dmp
./imp username/password file=db-export.dmp full=y ignore=y
But when I try to import database with separate login(username/password) its giving following error for some tables,
ORA-00959: tablespace 'MANUJA' does not exist
MANUJA is my username of first database
any help ?
Thanks
Best Regards,
Manuja