Please Help ORA:12545 [message #112162] |
Wed, 23 March 2005 07:06 |
rohan_oracle
Messages: 1 Registered: March 2005 Location: india
|
Junior Member |
|
|
Hello all,
I have oracle 9i in my home PC, but some how from yesterday it is giving me this error ORA:12545, could not connect to host, object not found, fyi: i have setup my lan, with the new IP adress, is there any problem with that?? How i can rectify the problem..... pls help.. thanks all ...
Rohan
|
|
|
|
Re: Please Help ORA:12545 [message #113449 is a reply to message #112162] |
Sun, 03 April 2005 13:32 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Change all (HOST=...) entries in your TNSNAMES.ORA and LISTENER.ORA files to the new machine name/ IP address and restart the listener.
12545, 00000, "Connect failed because target host or object does not exist"
// *Cause: The address specified is not valid, or the program being
// connected to does not exist.
// *Action: Ensure the ADDRESS parameters have been entered correctly; the
// most likely incorrect parameter is the node name. Ensure that the
// executable for the server exists (perhaps "oracle" is missing.)
// If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
// host name to a numeric IP address and try again.
Best regards.
Frank
|
|
|