Database backup: Last successful backup timestamp not in sync with RMAN backup list
说明
When comparing with RMAN backup list, the last successful backup timestamp is not in sync for backup type "DB FULL".
The database backup was performed using RMAN command .eg backup incremental Level 0 instead of full backup.
原因
解决办法
Although RMAN backup incremental Level 0 functionally considered as full backup, incremental backups (level 0 or 1) are used in incremental strategy and updated in v$rman_status as "DB INCR".
To see "DB FULL" with last successful backup timestamp
Run a RMAN full backup (without using incremental 0)