Which statement is correct?

You want to clone PDB1 and PDB2 into the same CDB. Which statement is correct?

You want to clone PDB1 and PDB2 into the same CDB. Which statement is correct?

A.
You cannot do this, because you can only clone PDBs into another CDB.

B.
You can clone only one PDB (either PDB1 or PDB2) into the same CDB.

C.
Cloning a PDB can use the source files copy method to the target PDB files.

D.
Cloning a PDB can use the NOCOPY clause if the target PDB files use the source files.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


db

db

we want to plug the database back into the same container, so we don’t need to copy the files or recreate the temp file, so we can do the following.
CREATE PLUGGABLE DATABASE pdb2 USING ‘/u01/app/oracle/oradata/cdb1/pdb2/pdb2.xml’
NOCOPY
TEMPFILE REUSE;