hai girish,
Thank you for your kind reply.
As you told I gone through the following.
But still I don't know how to sort out the problem.
I have given the files of my Oracle8i.
please go through it and tell me where lies the problem.
To start with the listener.
*Go to the control panel-->>Administrative services-->>Select the services.
*You will find a listener with the SID. "
I found 3 Oracle related services:
OracleOraHome81ClientCache
OracleOraHome81TNSListener
OracleLWebAssistant0
I think the OracleOraHome81TNSListener is the listener.
I have given the tnsnames.ora file in
ORACLE_HOME\ora92\network\admin\tnsnames.ora below:
TNSNAMES.ORA
=============
# C:\ORACLE\ORA81\NETWORK\ADMIN\TNSNAMES.ORA Configuration File:C:\Oracle\Ora81\network\admin\tnsnames.ora
# Generated by Oracle Net8 Assistant
BUDDHAN =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(PORT = 1521)(HOST = localhost))
)
(CONNECT_DATA =
(SERVICE_NAME = LISTENER)
)
)
LISTENER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(PORT = 1521)(HOST = localhost))
)
(CONNECT_DATA =
(SERVICE_NAME = LISTENER.ORA)
)
)
My Listener.ora file in the same directory looks as follows:
LISTENER.ORA
============
# C:\ORACLE\ORA81\NETWORK\ADMIN\LISTENER.ORA Configuration File:C:\Oracle\Ora81\network\admin\listener.ora
# Generated by Oracle Net8 Assistant
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = saran)(PORT = 1521))
)
)
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
)
(ADDRESS = (PROTOCOL = TCP)(HOST = saran)(PORT = 2481))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\Oracle\Ora81)
(PROGRAM = extproc)
)
)
"and chec if the names server is configured properly. "
Help me in checking this too.
And What name I have to type in the Host
String when logging in?
regards,
saran ram.