I want to know if I can configure retention policy per database? I have several databases, about 100 and I need a different retention policy for each database. Is that possible?
If possible, How do is see the retention policies per database?
SELECT value from v$rman_configuration WHERE name = 'RETENTION POLICY';
The above sql just returns one single row.
you can add line in you backup script, base on different database you connected. ======================for example=== CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default