Re: Connecting to local Oracle database On NT3.51 Workstation
From: Ryan A. Cox <rcox_at_jasmine.psyber.com>
Date: 1995/09/06
Message-ID: <42ja4h$sgm_at_warez.psyber.com>#1/1
Date: 1995/09/06
Message-ID: <42ja4h$sgm_at_warez.psyber.com>#1/1
Paul John (paulj_at_sterling.demon.co.uk) wrote:
: Whenever I try to connect using the client tools, it refuses; can't
: find host or TNS failure, etc.
First ensure that you can connect to the server via TCP/IP with another application such as FTP. The next thing to check would be your connect string in c:\windows\oracle.ini. Within this file should be a line:
LOCAL=T:<server>:<sid>
Where T specifies the TCP/IP protocol. <server> is the ip address or the name of your server. And <sid> is the instance name you specified on creation of your database.
Hope it helps. Received on Wed Sep 06 1995 - 00:00:00 CEST