RMAN distributed backup, clone and restore
Hi Everyone,
I have a requirement to backup, refresh (from PROD) and restore (from backup taken) a particular schema in the database. So basically I have to take a distributed backup of specific datafiles which I have distributed between two mount points (based on space availability). We don't have enough space available to backup, clone and restore back the entire database using single mount point, hence this approach. So far I have made the following script for backup:
##RMAN backup of only CISTS_01,CISIDX_01 and CMIDX_01 TS with datafiles spread across two mount points (divided based on datafile number and cumulative size).##