Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
oracle_multitenant_pdb_management [2021/11/13 19:00] – [Clone a non-CDB] andonovj | oracle_multitenant_pdb_management [2021/11/14 08:31] (current) – [Unplug a PDB] andonovj | ||
---|---|---|---|
Line 37: | Line 37: | ||
==== Unplug a PDB ==== | ==== Unplug a PDB ==== | ||
In 12.1 we could unplug a PDB into .xml file and the migration of the PDB, would be the migration of that XML file AND the relevant database files. | In 12.1 we could unplug a PDB into .xml file and the migration of the PDB, would be the migration of that XML file AND the relevant database files. | ||
+ | |||
From 12.2 we can also unplug the PDB into a .pdb archive file, which contains information about the PDB AND the relevant database files. That will ease our migration. | From 12.2 we can also unplug the PDB into a .pdb archive file, which contains information about the PDB AND the relevant database files. That will ease our migration. | ||