`
836811384
  • 浏览: 548938 次
文章分类
社区版块
存档分类
最新评论

OCP-1Z0-053-V12.02-239题

 
阅读更多

239.Evaluate the following command:

SQL>ALTER SYSTEM SET db_securefile = 'IGNORE';

What is the impact of this setting on the usage of SecureFiles?

A. It forces BasicFiles to be created even if the SECUREFILE option is specified to create the LOB.

B. It forces SecureFiles to be created even if the BASICFILE option is specified to create the LOB.

C. It does not allow the creation of SecureFiles and generates an error if the SECUREFILE option is

specified to create the LOB.

D. It ignores the SECUREFILE option only if a Manual Segment Space Management tablespace is used

and creates a BasicFile.

Answer: A

答案解析:

启用SecureFiles 存储

使用DB_SECUREFILE 初始化参数,数据库管理员(DBA) 可确定SecureFiles 的使用情况,其中有效值为:

• ALWAYS :尝试将所有LOB 创建为SecureFile LOB,但是仅可将自动段空间管理(ASSM) 表空间外的任何 LOB 创建为BasicFile LOB

• FORCE:强制将所有LOB 创建为SecureFile LOB

• PERMITTED:允许创建SecureFiles (默认值)

• NEVER:禁止创建SecureFiles

• IGNORE :禁止创建SecureFiles ,并忽略使用SecureFiles 选项强制创建BasicFiles 而导致的任何错误

如果指定了NEVER,则任何指定为SecureFiles 的LOB 均被创建为BasicFiles。如果对BasicFiles 使用任何SecureFiles 特定的存储选项和功能(如压缩、加密和取消重复),则

会导致异常错误。将对任何未指定的存储选项使用BasicFiles 默认值。如果指定了ALWAYS ,则系统中创建的所有LOB 均会被创建为SecureFiles 。必须在ASSM 表空间中

创建LOB ,否则会发生错误。将忽略所有指定的BasicFiles 存储选项。可以使用ALTERSYSTEM 命令更改所有存储的SecureFiles 默认值,如幻灯片中所示。

也可以通过单击“Server (服务器)”选项卡中的“Initialization Parameters (初始化参数)”链接来使用Enterprise Manager 设置参数。


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics