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: Ahmed Gholam Hussain <ahussain_at_gisqatar.org.qa>
Date: Tue, 25 Sep 2001 09:48:05 -0700
Message-ID: <F001.00398120.20010925094018@fatcity.com>

Hi Brian ,    

    U need to define the service name in your TNSNAMES.ORA file ...Or use NET8 Easy Config define to define that .. U can find the TNSNAMES.ORA under Oracle home ....It looks like the following :

Service Name .WORLD =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(Host = Server IP Address)(Port = 1521))     )
    (CONNECT_DATA = (SID = Service Name ))

 )

Substitute the values of Service Name , Server IP Address as required  

Regards

> -----Original Message-----
> From: Brian King [SMTP:brian_at_starntech.com]
> Sent: Tuesday, September 25, 2001 7:50 PM
> To: Multiple recipients of list ORACLE-L
> Subject: ORA-12514
>
> Hi all,
>
> I am new to Oracle and am having problems getting started. I have
> installed
> Oracle (8.1.7) on a Windows 2000 Server and have no problems connecting on
> that machine (without specifying a host string). However, when I try to
> connect to it remotely (on a different domain) I get and error (ORA-12514:
> TNS:listener could not resolve SERVICE_NAME given in connect descriptor).
> I
> tested the listener and it is running. I have searched all over for help
> and
> cannot find any. I am simply tryin to connect remotely in order to begin
> developing VB apps in the future. Thanks for any input...
>
> Brian King
> mailto:brian_at_starntech.com
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Brian King
> INET: brian_at_starntech.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: Ahmed Gholam Hussain
  INET: ahussain_at_gisqatar.org.qa

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 Tue Sep 25 2001 - 11:48:05 CDT

Original text of this message

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