Re: SQL*NET acting up
Date: 1996/05/10
Message-ID: <4mu5ik$qv9_at_lal.interserv.net>#1/1
> Padmanabh Krishnagiri <paduk_at_spdc.ti.com> writes:
> I have installed SQL*NET for Windows on a windows NT machine
> spacifying the TCP_VENDOR key as WINSOCK. Everything seemed to
> be fine, but while connectng to my database server running on a
> UNIX box it comes up with
> ORA 06107 NETTCP: Oracle Network Server not found
> I have the requisite entries in the HOSTS and SERVICES file that
> I myself created and set pointers to in the ORACLE.INI file,
> but still this error persists. Can anybody throw any lighton
> this ?
>
>>>>
If you installed SQL*Net for Windows on an NT platform, you could be trying to
establish a connection using a 16-bit SQL*Net and a 32-bit winsock. Get the NT
Networking bundle.
Also, an ORA-6107 is a SQL*Net V1 error message. If you installed SQL*Net V2, check your connect string syntax isn't for V1, ie., t:host:sid. Received on Fri May 10 1996 - 00:00:00 CEST