Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g351c4J23391
 for <oracle-l@naude.co.za>; Thu, 4 Apr 2002 20:38:04 -0500
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id RAA62514;
 Thu, 4 Apr 2002 17:44:19 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 0043C396; Thu, 04 Apr 2002 17:18:23 -0800
Message-ID: <F001.0043C396.20020404171823@fatcity.com>
Date: Thu, 04 Apr 2002 17:18:23 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Suzy Vordos <lvordos@qwest.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Suzy Vordos <lvordos@qwest.com>
Subject: Re: ora-12514
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


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@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@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@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@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).

