Monitoring last backup time oracle
We are on oracle version 19c. I am trying to create a report that will list databases that have not received a backup in 2 days. I am currently using the v$rman_backup_job_details view to pull backup details on all our databases. This view seems to have accurate data on backup details, etc. in our environment.
Can someone provide a script that can be used to report on this request? Much appreciated.