who knows?
dorisensign52
Community Edition User
Does anyone know how to interrupt a refresh operation?
0
Answers
Refresh can be cancelled in the following ways:
A. Refresh initiated by start_refresh() can be cancelled by: select cancel_refresh();
B. If it is a user session, refresh can cancelled by: select interrupt_statement('session_id','statement_id');