Oracle Database 12c: Advanced Administration — Question 51

You want the execution of large database operations to suspend, and then resume, in the event of space allocation failures.
You set the value of the initialization parameter resumable_timeout to 3600.
Which two statements are true?

Answer options

Correct answer: A, D

Explanation

Option A is correct because resumable statements can only be suspended and resumed one time during their execution. Option D is also correct since the session must be explicitly set to enable resumable statements before executing in that mode. The other options are incorrect as they either misrepresent the resumable behavior or the transactional implications.