Oracle Database 12c: RAC Administration — Question 43

You are administering an ORACLE RAC database with multiple instances.
Examine this command executed from the PROD1 instance which succeeds:
CREATE SPFILE FROM MEMORY;
Which statement is true?

Answer options

Correct answer: C

Explanation

The correct answer is C because the command creates an SPFILE for each instance that holds only the parameters that are specific to that instance. Options A and B are incorrect as they do not accurately capture the nature of the SPFILE in a multi-instance environment, while option D incorrectly states that all instances' parameters are included in each instance's SPFILE.