Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TNS-12545: Message 12545 not found error

321341Aug 21 2002
Hi,

I am attempting to connect to an Oracle 9i database using one of
our binary executables, and I am getting the following errors
listed in the "sqlnet.log" file:

Fatal NI connect error 12545, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=oracle)
(ARGV0=oracle)(ARGS='(DESCRIPTION=(LOCAL=YES)
(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=flipper)(USER=root))))

First of all, I can connect to this database from the SQL> prompt
using the syntax "connect username/password@database_name".
Secondly, I can successfully test the connection using the
Local Net Service Name Configuration GUI. I've checked my
"listener.ora" and "tnsnames.ora" files and they appear to be
setup correctly. I think if I can determine where the
information in the above error message comes from, I can correct
this error. The above error info definitely does not come from
the "listener.ora" nor the "tnsnames.ora" files.
Any help will be greatly appreciated.

Thank you,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2002
Added on Aug 21 2002
5 comments
583 views