Hi,
I've Oracle Databases with various versions: 11g, 12.2.0.1, 18c, 19c
My clients often ask me to kill a query that is taking a long time and I kill the session with the following statement:
alter system kill session 'sid,serial#' immediate;
Is there a possibility kill only one SQL_ID instead of the session?
Thx