How to import/export Oracle dump file from Windows to Solaris
Can you give me the command prompt to import and export a dump file from Windows 2003 to Sun Solaris?
exp userid=system/manager file=my_dump.dmp log=my_dump.log full=yOnce you have the dump file, FTP the file in BINARY mode to your new database server. Then import the dump file's contents as follows:
imp userid=system/manager file=my_dump.dmp log=imp.log full=yFor more options for these utilities, refer to the Oracle Utilities Guide for your version.
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