Creating and using a "fallback" backup
While upgrading an application, we often take database backups along the way so that we can fallback to a certain spot rather than start completely over. This was very easy to do with cold backups on regular file systems. This isn't as easy to do using rman and asm storage. Can anyone tell me if this is still possible with rman/asm and if so, how? For example, we want to refresh our training database with the same base information on a monthly basis using the same fallback or saved backup of the base information.
0