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.它强制创建基本文件,即使安全文件选项被指定去创建大对象。