18c : ALTER SYSTEM CANCEL SQL 'SID, SERIAL [, @INST_ID] [, SQL_ID]';
Hello ,
An Oracle 18c new feature is to kill only one query in a session.
ALTER SYSTEM CANCEL SQL 'SID, SERIAL [, @INST_ID] [, SQL_ID]';
How to handle this feature in a batch with a session having multiple queries that run sequentially.
Do I have to manage a return code of the command ?
Best regards.
GD.