Oracle export problem
Posted
by abhiram86
on Server Fault
See other posts from Server Fault
or by abhiram86
Published on 2010-03-26T09:49:32Z
Indexed on
2010/03/27
13:13 UTC
Read the original article
Hit count: 167
I use
exp username/password@servername owner={ownername} file=backuppath;
The parameters given are correct but still not able to connect
Below is the error trace:
EXP-00056: ORACLE error 12545 encountered
ORA-12545: Connect failed because target host or object does not exist
EXP-00000: Export terminated unsuccessfully
What can be the possible reasons?
© Server Fault or respective owner