I have a oracle database installed on a server, I want to export one schema to a dump file but this server does not have enough hard drive space. Can I use expdp to export to another machine?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can mount a volume from the second machine then you can export ‘locally’. How you do that depends on your operating system etc.
If the second machine already has an Oracle instance you could use its
expdpwith thenetwork_linkparameter. This will export from the first machine rather than to the second machine, but if the software is available then the end result should be the same and it’s just semantics…