Roeland
Member³
Hi,
When I kill a session, I see in the debug.txt that the following SQL statement is executed:
But why doesn't you use the following statement?
This does not affect the work performed by the command, but it returns control back to the current session immediately, rather than waiting for confirmation of the kill.
Kind regards,
Roeland
When I kill a session, I see in the debug.txt that the following SQL statement is executed:
Code:
alter system kill session 'sid,serial#'
But why doesn't you use the following statement?
Code:
ALTER SYSTEM KILL SESSION 'sid,serial#' IMMEDIATE;
This does not affect the work performed by the command, but it returns control back to the current session immediately, rather than waiting for confirmation of the kill.
Kind regards,
Roeland