Import Oracle Database: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Create Directory== <pre>expdp system/password Directory=DB_EXPORT dumpfile=full logfile=O1_MF_99GMP1FC_.CTL</pre> ==Import== <pre>expdp system/password Directory=DB_EXPORT...") |
(No difference)
|
Revision as of 04:27, 12 October 2014
Create Directory
expdp system/password Directory=DB_EXPORT dumpfile=full logfile=O1_MF_99GMP1FC_.CTL
Import
expdp system/password Directory=DB_EXPORT dumpfile=full logfile=O1_MF_99GMP1FC_.CTL