Verifying that the Oracle TNS listener is running
| Article:HOWTO17769 | | | Created: 2009-01-22 | | | Updated: 2010-12-09 | | | Article URL http://www.symantec.com/docs/HOWTO17769 |
Before you install Enterprise Reporter, ensure that the Oracle TNS listener is running.
To verify that the Oracle TNS listener is running
In an operating system console, change to the following directory:
To verify if the TNS listener is running, type the following command:
where service_name is the service name of the database instance - for example, ccer
After the command runs, do the following based on the message that returned after you ran tnsping:
TNS-03505: Failed to resolve name
The tnsping utility cannot resolve the service name.
Do the following:
On the Management Server, verify that the service name entries are correct in the SQLNET.ora and TNSNAMES.ora files. These files reside in the following location:
Solaris: Oracle_HOME/network/admin
Windows: Oracle_HOME\network\admin
Repeat step 3.
TNS-12541: TNS: no listener
Indicates that the TNS listener service is not running.
Do the following:
Log on to the host where the Oracle database resides.
Change to the following directory:
Solaris: Oracle_HOME/bin
Windows: Oracle_HOME\bin
To start the listener service, type the following command:
Solaris: lsnrctl START
Windows: LSNRCTL.EXE start
Repeat step 3 to verify that the TNS listener is running.
OK (# msec)
Indicates that the TNS listener service is running. No further steps are required.
|
|
Legacy ID
v24828789_v25756417
Article URL http://www.symantec.com/docs/HOWTO17769
Terms of use for this information are found in Legal Notices









Thank you.