Oracle Import/Export
Has someone sent you a steaming .dmp file? No idea wtf it is? Have a look here, this guy explains it in detail. Thanks, guy!
http://www.orafaq.com/faqiexp.htm#USE
http://www.orafaq.com/faqiexp.htm#USE
This blog is a dumping zone for all the useful technical stuff that I find across the 'net. This is semi-useful random crap, but hey, maybe what you are looking for is in here somewhere...
RSS Feed:http://emlynrandomtech.blogspot.com/atom.xml
1 Comments:
I actually had to use this info, and had a problem:
IMP-00058: ORACLE error 12560 encountered
ORA-12560: TNS:protocol adapter error
IMP-00000: Import terminated unsuccessfully
The fix for me was to do this at the command line:
set ORACLE_SID=(sid)
where (sid) is the sid of the database.
Post a Comment
<< Home