All the website will ask you politely, just to “start your listeners”(lsnrctl start). You can ping the host machine but tnsping gives error. tnsnames.ora, listener.ora and sqlnet.ora are as perfect as they can get… but still “ORA-12541: TNS: no listener”. There is one precaution you need to do. The sequence of starting your database should be:
- Start the database
- And then start the listeners
Hold on, you do not need to shutdown your database. If you have already started the database and then the listeners, then go to sqlplus and issue the command
ALTER SYSTEM REGISTERThis should make your client listen to your database 🙂
Alert!: Oracle has announced their marquee event JavaOne and Oracle Develop 2012 being held in Hyderabad on 3-4 May. Registrations have also started (Link: http://www.oracle.com/javaone/in-en/index.html?pcode=WWMK11024795MPP084&src=7268797&Act=155 ).
Hi Vivek,
I did as you suggested but it is not working for me.
Are you online now?
Can you help me?
Best Regards,
Vikram
Hey Vikram, I hope you have solved your problem. I am travelling for few days and would not be able to be online. If you are getting the same oracle error try other solutions there on the net. There are a lot of reasons why we get no tns error.