44 You want to enable resumable space allocation at the instance level. Which two actions would enab

本文详细介绍了如何在SQL实例级别启用可恢复空间分配,包括修改初始化参数RESUMABLE_TIMEOUT,以及动态设置该参数的方法。同时解释了为何不能通过ALTER SYSTEM ENABLE RESUMABLE;或ALTER SESSION ENABLE RESUMABLE;来实现此功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

44
You want to enable resumable space allocation at the instance level.
Which two actions would enable resumable space allocation at the instance level? (Choose two.)
A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statement
B. issuing the ALTER SESSION ENABLE RESUMABLE; statement
C. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value

D. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement












Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
You can enable resumable space allocation at the instance level by modifying the
RESUMABLE_TIMEOUT initialization parameter to a nonzero value, or you can change the value of the
RESUMABLE_TIMEOUT parameter dynamically by issuing the following statement:
ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero_value>;
Issuing the ALTER SYSTEM ENABLE RESUMABLE; statement is incorrect. This statement would
generate an error on execution because the syntax is incorrect.
Issuing the ALTER SESSION ENABLE RESUMABLE; statement is incorrect. You issue the ALTER
SESSION ENABLE RESUMABLE; statement to enable resumable space allocation at the session level,
not to enable resumable space allocation at the instance level.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值