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.)
The source PD3 must be closed on the CDS instance from where the command is executed.
The source PD3 must be in read only mode on all CD3 instances if the CDB is in No Archive mode.
The source pdb must use a global temporary
It can be executed only by a common user with the create pluggable database system privilege connected to the root container.
Oracle Managed Files must be enabled or PD3 file name convert must be set.
All running CDB instances must be open in restricted mode.
Submit