Hi
When I tried to login to sqlplus prompt, I am not able to login, I get the below error
kdqasap2:orakgq 2> sqlplus "/as sysdba
" SQL*Plus: Release 9.2.0.4.0 - Production on Sat Nov 14 11:14:57 2009 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
ERROR: ORA-12547: TNS:lost contact Enter user-name:
I checked the listener and tnsnames.ora file
kdqasap2:orakgq 68> cat listener.ora
################
Filename......: listener.ora
Created.......: created by SAP AG, R/3 Rel. >= 4.0A
Name..........:
Date..........:
################
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=IPC)
(KEY= KGQ.WORLD)
)
(ADDRESS=
(PROTOCOL=IPC)
(KEY= KGQ)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = kdqasap2)
(PORT = 1527)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SDU = 32768)
(SID_NAME = KGQ)
(ORACLE_HOME = /oracle/KGQ/920_64)
)
)
kdqasap2:orakgq 69>
TNS
kdqasap2:orakgq 70> cat tnsnames.ora
################
Filename......: tnsnames.ora
Created.......: created by SAP AG, R/3 Rel. >= 4.0A
Name..........:
Date..........:
################
KGQ.WORLD=
(DESCRIPTION =
(SDU = 32768)
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = kdqasap2)
(PORT = 1527)
)
)
(CONNECT_DATA =
(SID = KGQ)
(GLOBAL_NAME = KGQ.WORLD)
)
)
kdqasap2:orakgq 71>
kdqasap2:orakgq 71> cat sqlnet.ora
################
Filename......: sqlnet.ora
Created.......: created by SAP AG, R/3 Rel. >= 4.0A
Name..........:
Date..........:
################
AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = WORLD
NAME.DEFAULT_ZONE = WORLD
kdqasap2:orakgq 72>
kdqasap2:orakgq 72> cat protocol.ora
tcp.nodelay = true
kdqasap2:orakgq 73>
But the sqlnet.log files gives the below error
***********************************************************************
Fatal NI connect error 12547, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/oracle/KGQ/920_64/bin/oracle)(ARGV0=oracleKGQ)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=)(HOST=kdqasap2)(USER=orakgq))))
VERSION INFORMATION:
TNS for HPUX: Version 9.2.0.4.0 - Production
Oracle Bequeath NT Protocol Adapter for HPUX: Version 9.2.0.4.0 - Production
Time: 14-NOV-2009 10:20:17
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12547
TNS-12547: TNS:lost contact
ns secondary err code: 12560
nt main err code: 517
TNS-00517: Lost contact
nt secondary err code: 32
nt OS err code: 0
kdqasap2:orakgq 74>
There is not error message in the alert log file
Should I need to check some other things?
Thanks & Regards
Senthil
Edited by: J. Senthil Murugan on Nov 14, 2009 5:28 PM
Edited by: J. Senthil Murugan on Nov 14, 2009 5:28 PM