Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-12514: TNS error

Re: ORA-12514: TNS error

From: Gabriel Gonzalez <no-spam_at_no-spam.com>
Date: Wed, 26 Feb 2003 09:40:17 -0800
Message-ID: <3e5ce097$1_2@text-west.newsgroups.com>


First, the dumb question (you do not state this on your question): Is the firewall between the client and the server?

Also you should troubleshoot in this order:

  1. Ping the server from the client. If this does not work, then it's a firewall issue.
  2. use TNS ping from the client to the server (ie, tnsping orclsvr1). tnsping is installed with the Oracle client. If this does not work, then one of these things may be wrong:
  3. Firewall may not be allowing the Oracle port (defaults to 1521, but may be chaned at the server's listener config)
  4. Client might not have the correct settings (ORA-12514 does not necessarily mean serevr unreachable, there might be a servioce shut down, a listener that is not working, etc...)
  5. As aluded to in the previous item, server might not have all services running/configured. Test the connection in such a way that it does not have to go through the firewall. If that fails, and nothing has changed on the client or server config, then I'd bet the server listener is not working, has crashed, etc...

Try some of these things and tell us what you found.

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Wed Feb 26 2003 - 11:40:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US