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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ora-12514

Re: ora-12514

From: Suzy Vordos <lvordos_at_qwest.com>
Date: Thu, 04 Apr 2002 17:18:23 -0800
Message-ID: <F001.0043C396.20020404171823@fatcity.com>

Check the value of service_names:

   SQL> show parameter service_names

Then make sure your tnsnames.ora uses SERVICE_NAME (not SID) within CONNECT_DATA and the value of SERVICE_NAME matches the value returned by the above query (normally db_name.db_domain)  

   CONNECT_DATA=(SERVICE_NAME=db_name.db_domain))

Hamid Alavi wrote:
>
> Hi list,
> I asked this question this morning but no reply so I try again may be some
> chace.
> I have created a new instance under 8.1.7 and test it yesterday was fine,
> but this morning I try to shutdown the database and do some change on it
> after complete shutdown when I try to open the database got ERROR ORA-12514
> TNS LISTENER could not Resolve SERVICE-NAME given in connect Descriptor.
> I have checked every thing non of tnsnames.ora or sqlnet.ora changed even I
> try connect from the server but no chance, we have two oracle home at the
> moment 8.16 & 8.1.7 on Sun Solaris.
> Any body have any idea what's going on???
> Appreciate your help.
> Thanks.
>
> Hamid Alavi
> Office 818 737-0526
> Cell 818 402-1987
>
> The information contained in this message and any attachments is intended
> only for the use of the individual or entity to which it is addressed, and
> may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from
> disclosure under applicable law. If you have received this message in error,
> you are prohibited from copying, distributing, or using the information.
> Please contact the sender immediately by return e-mail and delete the
> original message from your system.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Hamid Alavi
> INET: hamid.alavi_at_quovadx.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
> (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: Suzy Vordos
  INET: lvordos_at_qwest.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
(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 Thu Apr 04 2002 - 19:18:23 CST

Original text of this message

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