Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: UNIX question(killing a process)
Just because a process is idle, doesn't mean it should be killed. If
you're trying to manage idle database connections, do this by setting
IDLE_TIME in the user's PROFILE. Rarely, if ever, do I kill an Oracle
process at the OS level.
Suzy
> Uma Sankara_Sivadanam wrote:
>
> Hi,
>
> Environment:SUNOS 5.6
>
> I am working on a script which should check for processes using
> ps and kill all the processs which are IDLE for more than 15
> minutes.
>
> I need the exact syntax of the PS command(i mean the command
> options).
>
> cheers
Received on Fri Nov 10 2000 - 12:08:25 CST