码迷,mamicode.com
首页 > 其他好文 > 详细

ocp-440

时间:2015-10-16 08:46:14      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

QUESTION NO: 440
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


安全文件使用的这个设置的影响是什么?

A.它强制创建基本文件,即使安全文件选项被指定去创建大对象。


ocp-440

标签:

原文地址:http://blog.csdn.net/xuejiayue1105/article/details/49160471

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!