oracle 18c 、19c 重建 PDB standby database

在Oracle 12c之后版本多租户环境的Standby DATABASE,当某一个PDB出现文件丢失时或PDB多个文件损坏,如何重建PDB standby database? 这里简单记录在18c后的方法。 方法1:使用RMAN复制(推荐) 12c后可以使用from serivce xx. # on standby alter database recover managed standby database cancel; shut immedaite statup MOUNT RMAN> run{ allocate channel disk1 device type disk; allocate channel disk2 device type disk; allocate channel disk3 device type disk; allocate channel disk4 device type disk; allocate channel disk5 device type … Read more