If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > ORA-12545 problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-03, 16:45
anderst anderst is offline
Registered User
 
Join Date: Jan 2003
Posts: 5
ORA-12545 problem

I have a oracle server running on a linux box. And I just loaded the client on a Sun Solaris box.

When I tried to run sqlplus from my Sun's box, I got the following error.
ORA-12545: Connect failed because target host or object does not exist

Here is my tnsnames.ora
tstdams =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oddjob)(PORT = 1521))
)
(CONNECT_DATA =
(SID = tstdams)
)
)

Any idea?

oddjob is defined in /etc/hosts file ( I tested with tnsping)
ORACLE_HOME and ORACLE_SID are defined.

Anders
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On