Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_multitenant_pdb_management [2021/11/13 18:56] – [Cross-Platform PDB Transport] 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. | ||
Line 225: | Line 226: | ||
Non-CDB in this case, refers to normal database, pre 12c | Non-CDB in this case, refers to normal database, pre 12c | ||
So let's see how it will be done. As before we need to create a user and bring the whole database in read only mode: | So let's see how it will be done. As before we need to create a user and bring the whole database in read only mode: | ||
+ | In fact there are multiple ways to be done: | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | But let's do it cloning: | ||
==On remote== | ==On remote== |