Oracle Database Administration II — Question 27

Which two are true about changing the LOCAL_UNDO_ENABLED property to false in a CDB? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because when LOCAL_UNDO_ENABLED is set to false, only a common user with the required privileges can create an undo tablespace in CDB&ROOT, and all PDBs will default to using the undo tablespace defined in CDB$ROOT. Options C, D, E, and F are incorrect because the setting does not limit the number of undo tablespaces in CDB$ROOT, allows PDBs to use their own undo tablespaces, does not require existing undo tablespaces to be dropped, and does not necessitate reopening each PDB for the change to take effect.