DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

How to confirm if Apps Listener is Up and Runnin

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to confirm if Apps Listener is Up and Running ?

execute below command
lsnrctl status APPS_$SID (replcae SID with your Instance Name)
so If your SID is VISION then use lsnrctl status APPS_VISION out put should be like
Services Summary...
FNDFS has 1 service handler(s)
FNDSM has 1 service handler(s)

(Continued on next question...)

Other Job Interview Questions