Question & Answer
Question
How does one verify or start/stop the Oracle listener?
Answer
Here's how you can check the Oracle Listener status or start it:
cd $ORACLE_HOME/bin
(usually ORACLE_HOME is set to /ora/app/product/11.2.0/product/dbhome_1)
Run the lsnrctl status command to check the status as seen in this screenshot:
To start the listener simply do this command: lsnrctl start
To check the status of the Listener status, run this command: lsnrctl status
[{"Product":{"code":"SSCH4B","label":"Tivoli Composite Application Manager for J2EE"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"ITCAM J2EE ORACLE","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"6.1","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Product Synonym
ITCAM for J2EE
Was this topic helpful?
Document Information
Modified date:
23 June 2018
UID
swg21409500