Oracle Database 12c: Installation and Administration — Question 35

Which two statements are true about initialization parameter files? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because the alert log contains the necessary parameter values that can be used to recreate a lost SPFILE. Option E is also correct as it describes the startup process of a database instance, which prioritizes looking for an SPFILE first. Options B, C, and D are incorrect; B is wrong because an SPFILE can be created without an existing PFILE, C is incorrect as the ALTER SYSTEM command can still be used with a PFILE, and D is misleading since the SPFILE and PFILE do not have to be on the same file system.