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 Listener can't resolve SERVICE_NAME

Re: ORA-12514 Listener can't resolve SERVICE_NAME

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 05 Aug 2002 19:47:49 +0200
Message-ID: <ldetku4esr06jg83mv815abcupme2q5482@4ax.com>


On Mon, 05 Aug 2002 10:23:08 -0400, Cold Cut <jeffc_at_sympatico.ca> wrote:

>I am pulling my hair out with an ORA-12514 error on WindowsXP and an
>Oracle 8.1.6 database/listener. I also have a Linux 8.1.6 database on
>the network that connects just fine. I have been able to connect to
>my XP system for a while now and I haven't made any changes. I just
>used RMAN to backup the linux database in the XP recovery cataglog a
>few days ago.
>
>I have done a lot of reading and I know that my problem is somewhere
>in the TNSNAMES.ORA, SQLNET.ORA, and LISTENER.ORA files. I just can't
>figure out where. When ever I try to connect to XP1 I get the
>ORA-12514 error. I can connect to LIN1 just fine. I am trying to
>connect to XP1 from the server PC itself.
>
>Here is the TNSNAMES.ORA file (names changed for security of course);
>
># TNSNAMES.ORA Network Configuration File:
>C:\Oracle\Ora81\network\admin\tnsnames.ora
># Generated by Oracle configuration tools.
>
>XP1 =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = GEORGE)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = XP1)
> )
> )
>
>LIN1 =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = FRED)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = LIN1)
> )
> )
>
>The LISTENER.ORA file;
># LISTENER.ORA Network Configuration File:
>C:\Oracle\Ora81\NETWORK\ADMIN\listener.ora
># Generated by Oracle configuration tools.
>
>XPLISTEN =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = george)(PORT = 1521))
> )
>
>SID_LIST_XPLISTEN =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = XP1TEST.GEORGE)
> (ORACLE_HOME = C:\Oracle\Ora81)
> (PROGRAM = extproc)
> )
> )
>
>The SQLNET.ORA file
># SQLNET.ORA Network Configuration File:
>C:\Oracle\Ora81\network\admin\sqlnet.ora
># Generated by Oracle configuration tools.
>
>SQLNET.AUTHENTICATION_SERVICES= (NONE)
>
>NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
>
>It's probably staring me right in the face, I just can't see it. Any
>help is appreciated.

You are aware you are running a desupported version on an uncertified platform? Doing so you can expect about anything as Oracle never tested it, and they're not going to help you out, on both counts. That said, if you service_name parameter in init<sid>.ora doesn't read the LIN1, that is the explanation for receiving 12514. I would recommend to downgrade that box to win2k.

Hth

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Mon Aug 05 2002 - 12:47:49 CDT

Original text of this message

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