Home > SQL Developer Dialog Boxes ... > Clone PDB to Oracle Cloud
Use this dialog box to clone a PDB to the Oracle Cloud. It unplugs the source PDB, plugs it into the Cloud CDB destination, then either plugs the source PDB back into its CDB or deletes it from its CDB.
Source PDB: Name of the PDB to be cloned to the Oracle Cloud.
Destination Connection: Name of the multitenant container database (CDB) connection in which to plug in the cloned PDB.
Action after clone: Determines what happens to the original (source) PDB after its clone is unplugged from it current CDB and plugged into the CDB at the destination connection.
RePlug: The source PDB is plugged back into its CDB. (Note that after the source PDB is replugged, it and the clone made at the destination connection are separate and independent; you can modify metadata and data in one without affecting the other, if you wish.)
Delete: The source PDB is deleted from its CDB. .
Related Topics