ora-12541: TNS:no listener [message #152984] |
Wed, 28 December 2005 05:16 |
omprakash
Messages: 11 Registered: January 2005
|
Junior Member |
|
|
Hi all,
I have oracle 8.1.7 installed on my PC. My Pc is in the network.
My database name is APL
TNSName is APL
Listener is working,
Database is working.
Scenario 1
==========
PC is not in network
sqlplus scott/tiger
SQL>
Sqlplus scott/tiger@apl
SQL>
Scenario 2
=========
PC is nowt in the network
sqlplus scott/tiger
SQL>
Sqlplus scott/tiger@apl
ora-12541: TNS:no listener
Can any one tell me when i m putting my pc in the network it is giving me listener error, though my listener is working. I tested it by TNSPING. I change the port, created a new listener, uninstalled oracle and installed again but still getting the same problems. I checked 1521 port thru telnet, i m getting it..
Thanx and regards,
omprakash
|
|
|
Re: ora-12541: TNS:no listener [message #153021 is a reply to message #152984] |
Wed, 28 December 2005 07:44 |
gscen_dba
Messages: 7 Registered: December 2005
|
Junior Member |
|
|
Hello,
Did you declare your db in the listener ?
Like :
SID_LIST_LISTENER =
(SID_LIST =(SID_DESC=(SID_NAME=DB)(ORACLE_HOME=C:\oracle\ora92))
(SID_DESC =
(GLOBAL_DBNAME = DB)
(SID_NAME = DB)
)
Use net manager o add a new service to the listener.
Regards
|
|
|
|