Duplicating a PDB to a New CDB

简介: Duplicating a PDB to a New CDB
Duplicating a PDB to a New CDB

To duplicate the PDB pdb1 to the CDB cdb1, use the following command:

DUPLICATE DATABASE TO cdb1 PLUGGABLE DATABASE pdb1;

To duplicate the PDBs pdb1, pdb3, and pdb4 to the database cdb1, use the following command:

DUPLICATE DATABASE TO cdb1 PLUGGABLE DATABASE pdb1,pdb3,pdb4;

To duplicate all the PDBs in the CDB, except the PDB pdb3, use the following command:

DUPLICATE DATABASE TO cdb1 SKIP PLUGGABLE DATABASE pdb3;
相关文章
|
5月前
|
C++
VS联网加载系统库的符号链接文件PDB方法
VS联网加载系统库的符号链接文件PDB方法
|
10月前
|
调度
pdb调试cinder代码
pdb调试cinder代码
46 0
VS2005利用pdb加源码定位崩溃所在代码行
VS2005利用pdb加源码定位崩溃所在代码行
|
Oracle 关系型数据库
pdb要有服务后启动才处于open状态
新建的pdb默认处于mount状态,因为只有一个和pdb同名的服务与之相连,这个服务oracle建议用于管理。
python pdb调试工具详解
python pdb调试工具详解
|
数据库
pdb imp导入数据库,并更改schema
pdb imp导入数据库,并更改schema
402 0
Duplicating a PDB to an Existing CDB
Duplicating a PDB to an Existing CDB
79 0
|
Oracle 关系型数据库
pdb字符集
pdb字符集
134 0
Pymol & BioPython | PDB文件中氨基酸序列的提取
Pymol & BioPython | PDB文件中氨基酸序列的提取
1237 0
Pymol & BioPython | PDB文件中氨基酸序列的提取