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

Home -> Community -> Usenet -> c.d.o.server -> NET8 configuration

NET8 configuration

From: vincenzo cassani <v.cassani_at_it12.bull.it>
Date: Thu, 07 Oct 1999 17:04:50 +0200
Message-ID: <37FCB692.5351CBB6@it12.bull.it>


I am trying to start the NET8 server to support a loopback TCP connection from a local SQL-net client. I work on a win 98 PC with oracle 8.0.3 When I start the lsnrctl80 server and I submit the command: LSNRCTL>start
I get the following printout
connection to (ADDRESS=(Host=127.0.0.1)(PROTOCOL=TCP)(Port=1521) and then I get a page fault and the process dies. Do you know what is wrong?

Thanks a lot.

Here are the configuration files I use:

listener.ora:**********************************
LISTENER =
  (ADDRESS_LIST =
         (ADDRESS = 

(Host = 127.0.0.1)
(PROTOCOL = TCP)
(Port = 1521)
)

  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = ORCL)
    )
  )
sqlnet.ora *********************************
AUTOMATIC_IPC = OFF
TRACE_LEVEL_CLIENT = OFF
names.directory_path = (TNSNAMES)
names.default_domain = world
name.default_zone = world Received on Thu Oct 07 1999 - 10:04:50 CDT

Original text of this message

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