Page 1 of 1

Evaluate the following command:SQL>ALTER SYSTEM SET db_securefile = 'IGNORE1;What is the impact of this setting on the u

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
Evaluate the following command:SQL>ALTER SYSTEM SET db_securefile = 'IGNORE1;What is the impact of this setting on the usage of Secure Files?

A. It forces Basic Files to be created even if the SECUREFILE option is specified to create the LOB.
B. It forces Secure Files to be created even if the BASICFILE option is specified to create the LOB.
C. It does not allow the creation of Secure Files 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 Basic File.