在Oracle 12c中,是否可以使用磁盘备份将PDB克隆/复制到其他CDB中?
因此,如果我按以下方式备份到磁盘,是否可以从该备份中将其克隆到其他CDB中的新PDB中?
RMAN> connect target "c##oradbmaint/temp1234 as sysbackup"
connected to target database: TEST44 (DBID=958109427)
RMAN> connect catalog rman/*****@RMANCATDB
connected to recovery catalog database
RMAN> backup pluggable database PDB001 to destination '/u01/app/oracle/backup';