Oracle Database Administration 2019 Certified Professional — Question 4

Examine this command:
SQL> CREATE PLUGGABLE DATABASE pdb3 FROM pdb1;
Which three conditions must be true for successful execution of this command on a RAC database? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

Option B is correct because the source PDB must be in READ ONLY mode across all CDB instances if the CDB is not archiving. Option D is also necessary, as only a common user with the appropriate privilege can perform this action. Option E is required to ensure proper file management during the creation of the new PDB. The other options do not meet the necessary conditions for this command's successful execution.