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: SERVICE_NAME and SID can't be resolved

Re: SERVICE_NAME and SID can't be resolved

From: Frank <wangfsh_at_cs.ucla.edu>
Date: 2000/06/20
Message-ID: <394FC6A3.CBD68961@cs.ucla.edu>#1/1

My tnsnames.ora is as follows:

#TNSNAMES.ORA Configuration
# Generated by Oracle configuration tools. TESTORA_SERVICE_NAME.MyDomain =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = MyIP)(PORT = 1521))     )
    (CONNECT_DATA =
      (SERVICE_NAME = testora.MyDomain)
    )
  )

My listener.ora is:

LISTENER =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyIP)(PORT = 1521))   )

Sybrand Bakker wrote:

> Which will be very difficult without looking at the actual contents of
> listener.ora, tnsnames.ora and sqlnet.ora.
> If you want a solution, you have to post them.
> Generally speaking 12514 means your tnsnames.ora is incorrect, or doesn't
> match the listener.ora.

>

> Regards,
>

> Sybrand Bakker, Oracle DBA
>
>

> >
Received on Tue Jun 20 2000 - 00:00:00 CDT

Original text of this message

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