export/import tablespace [message #232805] |
Mon, 23 April 2007 05:59 |
sanjitpandey
Messages: 16 Registered: April 2007
|
Junior Member |
|
|
Hi,
I am trying to export/import a tablespace in oracle 10g.
i am using following script:
expdp user/pwd DIRECTORY=santest DUMPFILE=SAN_TEST.dmp LOGFILE=SAN_TEST.log TABLESPACES=SAN_TEST;
but when i try to import SAN_TEST.dmp using following script:
impdp user/pwd DIRECTORY=santest DUMPFILE=SAN_TEST.dmp;
I need to first create tablespace for new destination.
can any body help me how to export/import so that whole tablespace information along with its contents get exported/imported
thanks
Sanjit
[Updated on: Mon, 23 April 2007 06:00] Report message to a moderator
|
|
|
|