|
Re: how to check out listener and intelligent agency? [message #63282 is a reply to message #63281] |
Thu, 23 September 2004 20:08 |
Daljit Singh
Messages: 290 Registered: October 2003 Location: Texas
|
Senior Member |
|
|
Hi,
You can use following commands to check/start the status of listener :
lsnrctl status listener_name # to check the status
lsnrctl services listener_name # to check the services it supports
lsnrctl start listener_name #to start the listener
If you are using the default listener i.e. LISTENER then listener_name is optional.
And following to check the agent
emctl status agent #to check the status
emctl start agent #to start the agent
Daljit Singh.
|
|
|
|