tips/tricks for listener [message #58964] |
Sat, 18 October 2003 03:42 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
Anybody give me some tips nd tricks for listnener like stop listener process from os or after some interval it will be stopped automatically etc
|
|
|
|
|
Re: tips/tricks for listener [message #58967 is a reply to message #58964] |
Sat, 18 October 2003 09:06 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
To stop the listener process from the OS,
lsnrctl stop 'LISTENER_NAME'
IF you want to automatically start/stop the listener process periodically, schedule a Unix cronjob that will do this.
|
|
|
|