Home » RDBMS Server » Server Administration » Listener Failure - Strange Problem - Need Help
Listener Failure - Strange Problem - Need Help [message #144330] Wed, 26 October 2005 01:23 Go to next message
kvjai
Messages: 6
Registered: October 2005
Location: Chennai
Junior Member

Hi guys,

Error Mesg: ora-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor

Few Days Back due to power failure Server got shutdown Abnormally. After that Listener Error Mesg was coming.

Activities Done...
1. Listener was deleted and Reconfigured.
2. Checked the status of Listener using LSNRCTL Command(Start / Stop / Status )
3. Added the DB entries to listener.ora.
4. Listener Service for DB was started and working fine.

Still was not able to connect to DB,

1. Tried to Connect to DB thru EM, but failed. Used logins like System,<User - DBA Privilege>,scott,<Normal User>. But did not connect to Database
2. When used sysdba login in EM got connected to DB and after that everything is working fine.

Meanwhile restarted the server several times.

Still confused and want to know the reason...
What was the problem ?
How it suddenly started working ?
Why got connected to db when SYS Login used ? while other logins failed ?

Please help

Regards

Vijai K
Re: Listener Failure - Strange Problem - Need Help [message #144392 is a reply to message #144330] Wed, 26 October 2005 06:19 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Did you also add proper entries to tnsnames.ora?
Every client has it own version of tnsnames.ora
Re: Listener Failure - Strange Problem - Need Help [message #144523 is a reply to message #144330] Wed, 26 October 2005 20:52 Go to previous messageGo to next message
evoradba
Messages: 144
Registered: April 2005
Location: Canada
Senior Member
Also check the complete entries in the tnsnames.ora sometiomes an extra ( can mess up things
Re: Listener Failure - Strange Problem - Need Help [message #146559 is a reply to message #144523] Fri, 11 November 2005 01:22 Go to previous messageGo to next message
kvjai
Messages: 6
Registered: October 2005
Location: Chennai
Junior Member

hi,

have done that, but does not seem to help, Any suggestion

Thanks and Regards

Vijai K
Re: Listener Failure - Strange Problem - Need Help [message #146599 is a reply to message #146559] Fri, 11 November 2005 06:52 Go to previous messageGo to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi

kvjai AS per your case--->
Some time in place of SERVICE_NAME (which is in bold in below written example) must be replaced by SID in tnsnames.ora.

e.g
==================================
CLONE.HCLT-GUINDY.CO.IN =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = hdchbscg)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = clone)
)
)
==================================

Regards
Always Friend sunilkumar

Re: Listener Failure - Strange Problem - Need Help [message #148766 is a reply to message #146599] Mon, 28 November 2005 00:45 Go to previous messageGo to next message
kvjai
Messages: 6
Registered: October 2005
Location: Chennai
Junior Member

thanks for the reply, But that is also there, but does not seems to work, any other suggestion

Regards

Vijai K
Re: Listener Failure - Strange Problem - Need Help [message #148902 is a reply to message #144330] Mon, 28 November 2005 23:44 Go to previous message
ybrahma
Messages: 3
Registered: November 2005
Junior Member
whats the exact error msg you got
Previous Topic: Oracle 9i - Error while adding passwords in DB creation
Next Topic: database migration
Goto Forum:
  


Current Time: Thu Feb 13 17:02:02 CST 2025