How to remove old RMAN backup files.

It is possible to use operating system commands such as rm on linux to delete RMAN backup files and generally recover from it, however you are far better using built in RMAN commands to do this. $ rman target / NOCATALOG First, check that all backup files are still available. This will show whether files …

Read more