You unplugged a PDB to plug it into another CDB with the following command: SQL> ALTER PLUGGABLE DATABASE pdb1 UNPLUG INTO '/tmp/pdb1.pdb'; Which statement is true prior to plugging the PDB into the other CDB?
A.
The PDB archive file must be copied to the target CDB.
B.
The PDB manifest and all the datafiles must be copied to the target CDB.
C.
PDB archive file and only the user-defined tablespaces must be copied to the target CDB.
D.
The PDB manifest, the data files, and the PDB archive file must be copied to the target CDB.
D.True. The .pdb file (archive) contains the manifest and data files; all must be copied to the target CDB for plugging.
A-C.False. The archive alone isn’t enough; all components are needed.
[References:Oracle Multitenant Administrator’s Guide 23ai, "Unplugging and Plugging a PDB.", , , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit