Oracle Database 12c: Installation and Administration — Question 175

Which two statements are true about a server parameter file (SPFILE)? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because an SPFILE can indeed be created from a PFILE or from memory, and a PFILE can still be used to start a database instance even if an SPFILE is available. Options C, D, and E are incorrect as an SPFILE does not have to be in a specific directory, can be created after a database instance is started, and it contains both dynamic and static parameters, not just those that can be changed without a restart.