053-211
You want to disable resumable space allocation for all sessions.
Which value should be assigned to the RESUMABLE_TIMEOUT parameter to disable resumable space allocation for all sessions?
A. 0
B. 10
C. 100
D. NULL
如果此参数设置为 0,那么会对所有会话禁用可恢复空间分配,即使使用了 ALTER SESSION ENABLE RESUMABLE 语句(没指定 timeout 值)。
ALTER SYSTEM SET RESUMABLE_TIMEOUT=0;