RESUMABLE SESSION
Let you enable and disable resumable space allocation. This feature allows an operation to be suspended in the event of an out-of-space error condition and to resume automatically from the point of interruption when the error condition is fixed.Using RESUMABLE Session to Avoid Transaction Abort Due to Space Errors
Note:
This clause enables resumable space allocation for the session.
TIMEOUT TIMEOUT:
lets you specify (in seconds) the time during which an operation can remain suspended while waiting for the error condition to be fixed. If the error condition is not fixed within the TIMEOUT
period, then Oracle Database aborts the suspended operation.
NAME: NAME
lets you specify a user-defined text string to help users identify the statements issued during the session while the session is in resumable mode. Oracle Database inserts the text string into the USER_RESUMABLE
and DBA_RESUMABLE
data dictionary views. If you do not specify NAME
, then Oracle Database inserts the default string 'User
username
(userid
), Session
sessionid
, Instance
instanceid
'.