Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Dial In for SQL*NET?

Re: Dial In for SQL*NET?

From: Steve Phelan <stevep_at_pmcgettigan.demon.co.uk>
Date: 1997/04/08
Message-ID: <3349F88B.ADBD80CB@pmcgettigan.demon.co.uk>#1/1

Mark Aurit wrote:

> Im supporting an application in another
> time zone, and Ive talked the customer into putting
> a modem on their NT server pool.
> What (if any) products do I need to run to
> get a SQL*PLUS connection from my Win95
> desktop - is there a SQL*NET for dial up?
> Thx, Mark
> Mark_Aurit_at_mail.northgrum.com

 I've done this a few times before under TCP/IP.

The first thing to remember about sqlnet is that it is bound to a protocol, not a method of implementing that protocol. In other words, if you've installed sqlnet for windows and chosen TCP/IP as you protocol (using winsock), sqlnet doesn't care whether winsock.dll calls a modem or a network card.

On your client PC, get your modem installed and working correctly with TCP/IP, and make sure you can dial the server in question. Once that is in place you should be able to fire up sqlnet for TCP/IP without problems - and therefore any applications which sit on top of it (we use sqlplus and PowerBuilder).

Your server just needs to be running the normal sqlnet listener process (and names server, if you use it).

Let me know if you need more info.

Steve Phelan. Received on Tue Apr 08 1997 - 00:00:00 CDT

Original text of this message

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