Export tables into separate dump files
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
exp userid=system/manager tables=scott.emp file=emp.dmp exp userid=system/manager tables=scott.dept file=dept.dmp
In those two commands, the two generated dump files will contain only one table.
Dig Deeper on Oracle database backup and recovery
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments