422.To enable resumable space allocation for the instance, which of the following initialization parameters should you set to a nonzero value?
A. RESUMABLE_SPACE_TIME
B. RESUMABLE_SPACE
C. RESUMABLE_TIME
D. RESUMABLE_TIMEOUT
E. TIME_RESUMABLE
Answer: D
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/schema.htm#ADMIN11589
Setting the RESUMABLE_TIMEOUT Initialization Parameter
You can specify a default system wide timeout interval by setting the RESUMABLE_TIMEOUT initialization parameter. For example, the following setting of theRESUMABLE_TIMEOUT parameter in the initialization parameter file sets the timeout period to 1 hour:
If this parameter is set to 0, then resumable space allocation is disabled even for sessions that run an ALTER SESSION ENABLE RESUMABLE statement without a timeout value.
You can also use the ALTER SYSTEM SET statement to change the value of this parameter at the system level. For example, the following statement disables resumable space allocation for all sessions that run an ALTER SESSION ENABLE RESUMABLE statement without a timeout value:
设置RESUMABLE_TIMEOUT参数

本文介绍如何通过设置RESUMABLE_TIMEOUT初始化参数来启用Oracle数据库实例的可恢复空间分配功能。该参数允许管理员指定默认的系统级超时间隔。
1万+

被折叠的 条评论
为什么被折叠?



