InterviewSolution
Saved Bookmarks
| 1. |
How To Confirm If Apps Listener Is Up & Running? |
|
Answer» lsnrctl start APPS_$SID (replace SID with your Instance NAME) so if your SID is VISION then USE lsnrctl status APPS_VISION. lsnrctl start APPS_$SID (replace SID with your Instance Name) so if your SID is VISION then use lsnrctl status APPS_VISION. |
|