Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fw: tns-12545
Also see Metalink note 91554.1: Problem Description: ===================== Trying a SQL*Plus connection from a Windows NT/95/98 client workstation to a WINDOWS NT 8.0.x/8.1.x DB server results in the following error code: ORA-12545: TNS: name lookup failure. 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. On the client workstation, make sure the IP address of the DB server is referenced in the "TNSNAMES.ora" file for each aliasname. At the DB server, make sure the ip address of the server is referenced in the "listener.ora" file. Solution Explanation: ===================== In this particular situation, the ip address was referenced in the "tnsnames.ora" file on the client workstation. According to the trace file, on the redirect packet from the listener, it could not resolve the hostname provided in the "listener.ora" file. It reported a "hostname lookup failure", with main error code 12545. By placing the ip address into the "listener.ora" file, it had no problem resolving the ip. After bouncing the listener, SQL*Plus should be able to connect with no further errors. . Kim Thompson City and County of San Francisco ______________________________ Reply Separator _________________________________
> wat do u mean by that the
>
> executable for the server exists (perhaps "oracle" is missing.) >
> i was able to ping the address and other user can login except for
me... >
>
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> >
Sent: Sunday, December 16, 2001 1:15 AM
>
>
> >
> > 0:28-sherlock:ts01:jkstill-4 > oerr tns 12545
> > 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.
> > [ /home/jkstill/tmp ]
> >
> > 9:15-sherlock:ts01:jkstill-4 >
> >
> >
> > The error message indicates that your tnsnames.ora is in > > all
likelihood incorrect.
> >
> > If you post the listener.ora from the server and the relevant > >
portion of the tnsnames.ora file, someone will probably be
> > able to point it out to you.
> >
> > Jared
> >
> >
> >
> > On Friday 14 December 2001 18:20, grace wrote: > > > hi,
> > >
> > > can anybody help me w/ this error:
> > > TNS-12545: Connect failed because target host or object does
not > exist> > (or the name of mailing list you want to be removed from). You may
> > > this message pops up when i try to login into my nt database .
> > > i've already checked the tnsnames and the entry is correct.
> > >
> > > thanks.
> > >
> > > Best Regards,
> > > Grace Lim
> > > Suy Sing Comm'l Corp.
> > > (632)-2474134
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Jared Still
> > INET: jkstill_at_cybcon.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: grace INET: mglim_at_softhome.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Kim_Thompson_at_ci.sf.ca.us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Dec 18 2001 - 11:51:23 CST
![]() |
![]() |