Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 57

There are currently 6 APPLIER and 6 PREPARER processes running and no idle APPLIER processes on your logical standby database.
The MAX_SERVERS SQL apply parameter and number of archiver processes are both set to 12.
Identify two changes, each of which would allow you to increase the number of APPLIER processes.

Answer options

Correct answer: B, E

Explanation

Increasing the MAX_SERVERS SQL apply parameter (Option B) allows for more APPLIER processes to run concurrently, while decreasing the number of PREPARER processes (Option E) frees up resources that can be reallocated to APPLIER processes. The other options do not directly address the limitation on the number of APPLIER processes or would not contribute to increasing their count.