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: Linux Client with NT Server

Re: Linux Client with NT Server

From: Peter Sharman <psharman_at_us.oracle.com>
Date: Fri, 12 Mar 1999 12:58:36 -0800
Message-ID: <36E97FFC.F985E76B@us.oracle.com>


Mark

Apart from the comments made by others about the environment, here's the error message meaning:

oracle> oerr ora 12514
12514, 00000, "TNS:listener could not resolve SERVICE_NAME given in connect des"

// *Cause:  The SERVICE_NAME in the CONNECT_DATA was not found in the listener'.
// *Action: Check to make sure that the SERVICE_NAME specified is correct.
// *Comment: This error will be returned if the database instance has not
// registered with the listener; the instance may need to be started.

In other words, make sure the listener is listening for the SID you've given.

HTH. Pete

mgadams_at_my-dejanews.com wrote:

> Greetings.
>
> I've been trying to get a Linux client (8.0.5) to talk to an Oracle 8
> database on an NT machine, and am running into an a bit of a snag. 'lsnrctl
> status' finds the database w/o a problem. However, when I set the TWO_TASK
> environment variable and try to connect with svrmgrl, I get the following
> error message:
>
> ORA-12514: Message 12514 not found; product=RDBMS; facility=ORA
>
> I've looked in the tnsus.msg file directly, and the errors go from
> 12500-12513 and then skip to 12531, so that's not much help in determining
> where the problem is.
>
> Anybody have any idea on this one?
>
> (Note that I've not dealt a great deal with Oracle so it's quite possible I've
> overlooked something obvious)
>
> Thanks.
>
> Mark G. Adams
> Software Developer
> LivePage Corporation
> Waterloo, Ontario, Canada
> Email: madams_at_livepage.com
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own

--

Regards

Pete


Peter Sharman                             Email: psharman_at_us.oracle.com
WISE Course Development Manager           Phone: +1.650.607.0109 (int'l)
Worldwide Internal Services Education            (650)607 0109 (local)
San Francisco

SQL> select standard_disclaimer, witty_remark   2 from company_requirements;

Opinions are mine and do not necessarily reflect those of Oracle Corporation

"Controlling application developers is like herding cats." Kevin Loney, ORACLE DBA Handbook
"Oh no it's not! It's much harder than that!" Bruce Pihlamae, long term ORACLE DBA



Received on Fri Mar 12 1999 - 14:58:36 CST

Original text of this message

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