【跟我学oracle18c】第五天:Relocating a PDB

版权声明:所有文章禁止转载但是均可在生产中使用提高效率 https://blog.csdn.net/viviliving/article/details/83855617

Figure 8-1 Relocate a PDB into the Root Container

 

 

8.4 Creating a PDB by Relocating It

In the source CDB, you must save the service and open state of the PDBs in all database instances. Log in to the CDB root as an administrator and issue the following statement:

ALTER PLUGGABLE DATABASE ALL SAVE STATE INSTANCES=ALL;

The following statement relocates the pdb1 PDB from the source CDB to the current CDB:

CREATE PLUGGABLE DATABASE pdb1 FROM pdb1@lnk2src RELOCATE AVAILABILITY MAX;

另外Application Container中也存在Relocating的情况,暂不了解,等Application Container学习后再尝试

猜你喜欢

转载自blog.csdn.net/viviliving/article/details/83855617
pdb