Hi Everyone,
1) I am interested in what happens when I run Unix command
kill -9 oracle_pid_client_proces when this process doesn't
enforce transactions for more than 1 hour...
Does Oracle catch the signal SIGKILL and run ROLLBACK
for this session and run ALTER SYSTEM KILL SESSION ...
before kill -9 oracle_pid_client_proces or the session
dies ?
2) What happens when I run ALTER SYSTEM KILL SESSION ...
at first and then kill -9 oracle_pid_client_proces ?

Thanks a lot