Perhaps, this is a naive question. When we use SQLDeveloper to execute a big query to Oracle, the we cancel the task. I wonder if it helps to cancel the execution of the server or not?
Thanks,
Perhaps, this is a naive question. When we use SQLDeveloper to execute a big query to Oracle, the we cancel the task. I wonder if it helps to cancel the execution of the server or not?
Thanks,
yes, in case the DB server finds the time to handle the protocol message, it cancels the execution of the statement and returns an ORA-01013: user requested cancel of current operation instead of an SQL result set.