Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Accessing an NT server from Linux Client
CHuck
This is actually a TNS error, as you've picked up. If you look in the Error Messages manual under TNS, you'll see:
TNS-12514 TNS:listener could not resolve SERVICE_NAME given in connect descriptor
Cause: The SERVICE_NAME in the CONNECT_DATA was not found in the listener's tables.
Action: Check to make sure that the SERVICE_NAME specified is correct.
HTH. Pete
Chuckster wrote:
> 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. But when I try to connect in
> sqlplus I get the following error:
>
> 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?
>
> Thanks
> Chuck
> chuck_at_sigcomp.com
--
Regards
Pete
Received on Fri Aug 20 1999 - 16:20:18 CDT
![]() |
![]() |