您的位置:首页 > 其它

OCP-1Z0-053-200题-154题-208

2014-02-04 22:59 555 查看
QUESTION 154

You want to enable resumable space allocation at theinstance 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

Answer: CD

同208题:/article/1347964.html

Explanation/Reference:

Section: Database Architecture & Resource Management, RAC, ASM

You can enable resumable space allocation at the instance level by modifying the RESUMABLE_TIMEOUT

initialization parameter to a nonzero value, or youcan 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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: