smacattack
Technical User
I understand how to kill the process through
alter system kill session `sid,serial#`
but this will leave the oracle process in unix, this is not user unique as it only shows oraclexxxxx as name, the unix pid is the unique part.
How to i tie-up the unix process and the oracle sid,serial# and kill all processes cleanly?
alter system kill session `sid,serial#`
but this will leave the oracle process in unix, this is not user unique as it only shows oraclexxxxx as name, the unix pid is the unique part.
How to i tie-up the unix process and the oracle sid,serial# and kill all processes cleanly?