Oracle Database 12c: Installation and Administration — Question 81

Which three statements are true PFILEs, SPFILEs or both? (Choose three.)

Answer options

Correct answer: B, C, D

Explanation

Option B is correct because some SPFILE parameters can indeed be modified with the SCOPE=MEMORY clause, which means the changes only apply to the current instance. Option C is accurate since a SPFILE can be created without an active instance, and option D is also true as a PFILE can be generated by an idle instance. Options A, E, and F are incorrect as not all SPFILEs can be edited with O/S utilities and not every parameter can be modified with the specified SCOPE options.