Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL*NET:Listener refuses connection, please help!
I have an Oracle Server(Oracle 7.0.15) over UNIX (SCO 3v4.2).
I also have another UNIX box which I want to be the client.
When I invoke the following command:
sqlplus <user>/<passwd>@nepton
from the client, the listener refuses the connection.
I wonder if someone tell me what is wrong with the server
configuration files which in included below.
The log and trace files are also included.
Thank you for taking your time.
#
# listener.ora
#
nepton =
(ADDRESS_LIST = ( ADDRESS = (PROTOCOL=tcp) (PORT=1540) (HOST=nepton) ) (ADDRESS = (PROTOCOL=ipc) (KEY=700) ) )
(SID_DESC= (SID_NAME=P01) (ORACLE_HOME=/u/oracle) )
#***********************************************************************
#
# nepton.log
#
TNSLSNR for AT&T System V/386: Version 2.0.14.0.0 - Production on 01-OCT-98 11:56:12
Copyright (c) Oracle Corporation 1993. All rights reserved.
System parameter file is /etc/listener.ora Log messages written to /u/oracle/network/log/nepton.log Trace information written to /u/oracle/network/trace/nepton.trc Trace level is currently 6
Listening on:
(DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=tcp)(PORT=1540)(HOST=nept
on))) Listening on:
(DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=ipc)(KEY=700))) TIMESTAMP
** EVENT [** SID] ** RETURN CODE 01-OCT-98 11:56:12 ** status ** 0 01-OCT-98
11:57:12 ** establish ** P01 ** 12500 TNS-12500: TNS:listener failed to start
a dedicated server process TNS-12538: TNS:no such protocol adapter
TNS-00504: Operation not supported
#***********************************************************************
#
# nepton.trc
#
TNSLSNR for AT&T System V/386: Version 2.0.14.0.0 - Production on 01-OCT-98 11:56:12
Copyright (c) Oracle Corporation 1993. All rights reserved.
Attempted load of command line source
Parameter source was not loaded
-> PARAMETER TABLE LOAD RESULTS FOLLOW <- Successful parameter table load -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <- TRACE_LEVEL_nepton = ADMIN nepton = (ADDRESS_LIST = ( ADDRESS = (PROTOCOL=tcp) (PORT=1540) (HOST=nepton)) (ADDRESS = (PROTOCOL=ipc) (KEY=700))) SID_LIST_nepton = (SID_DESC= (SID_NAME=P01) (ORACLE_HOME=/u/oracle)) --- PARAMETER SOURCE INFORMATION ENDS ---
on))) (ADDRESS=(PROTOCOL=tcp)(PORT=1540)(HOST=nepton)(PARTIAL=yes)) opening transport... transport is open global context check-in (to slot 2) complete (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=ipc)(KEY=700))) KEY = 700opening transport... transport is open global context check-in (to slot 3) complete Listening on:
#***********************************************************************
#
# sqlnet.log
#
Fatal OSN connect error 12538, connecting to:
(LOCAL=NO)
VERSION INFORMATION: TNS for AT&T System V/386: Version 2.0.14.0.0 - Developer's Release Unix Domain Socket IPC NT Protocol Adaptor for AT&T System V/386: Version 2.0.14.0.0 - Developer's Release Oracle BequeathNT Protocol Adapter for AT&T System V/386: Version 2.0.14.0.0 - Developer's Release Time: 01-OCT-98 11:57:12 Tracing not turned on. Tns error struct: nr err code: 0 ns main err code: 12538 TNS-12538: TNS:no such protocol adapter ns secondary err code: 12560 nt main err code: 508 TNS-00508: No such protocol adapter nt secondary err code: 0 nt OS err code: 0
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Sat Oct 03 1998 - 00:51:50 CDT
![]() |
![]() |