Possible of restoring CDB, pdb$seed and only subset of pdb's from backup using rman
Hi
Oracle 19.14
Following scenario. I have single CDB, where I have pdb$seed and multiple PDB's with specific size:
- pdb1 - 10TB
- pdb2 - 5 TB
- pdb3 - 10GB
I have rman full backup + archive logs created at certain time. And let's say I need to restore this CDB to another host from rman backup. And, let's say I only need to restore pdb3 (so I would not like to restore 15TB of data just to need only 10gb).
(I know there is a duplicate command for that also, which restores from rman backup, but at the moment I cam curious if this is possible using rman utility also)