Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> NET8 configuration
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 =
(Host = 127.0.0.1)
(PROTOCOL = TCP)
(Port = 1521)
)
sqlnet.ora *********************************AUTOMATIC_IPC = OFF
![]() |
![]() |