Oracle Database Administration II — Question 5

For which two requirements can you use the USER_TABLESPACE clause with the CREATE PLUGGABLE DATABASE command? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The USER_TABLESPACE clause is applicable for excluding all tablespaces except SYSTEM, SYSAUX, and TEMP when plugging in a PDB (option B). It can also be used to specify the list of user tablespaces to include when converting a non-CDB to a PDB (option D). The other options do not align with the functions of the USER_TABLESPACE clause.