Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Net8 - Keeps Using Dial Up Adapter
I'm having difficulty configuring NET8 and would appreciate any help or guidance available. The problem I have, is that when I connect to the database on the server, from the client (using sqlplus), the Dial-Up Connection dialogue appears (ie what I use to connect to the internet). When I click 'Cancel', it disappears and I'm connected to the remore database.
I've tried everything I can think of to stop the dialogue box appearing. Does anyone have any ideas? Details below.
Mike
The ORACLE_HOME on the server (PIGLET) is d:\Oracle\Ora81, the ORACLE_HOME on the client (POOH) is c:\Oracle\Ora81. The database SID is ROO and the Net Service Name is KANGA.com. The various NET8 files are as below.
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
---------- Contents of server machine listner.ora ------------------LISTENER =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)) )
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = piglet)(PORT = 1521)) )
(PRESENTATION = GIOP) (SESSION = RAW) ))
(ADDRESS = (PROTOCOL = TCP)(HOST = piglet)(PORT = 2481))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\Oracle\Ora81)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = ROO.PIGLET)
(ORACLE_HOME = D:\Oracle\Ora81)
(SID_NAME = ROO)
)
)
Received on Sat Sep 02 2000 - 14:55:39 CDT
![]() |
![]() |