How to get incremental backup level from v$ views
Hi
Oracle 10g-12c
My question is how can I get incremental backup level from v$ views..?
Since I have noticed that for example v$rman_status and v$rman_backup_job_details, has type field, where it says "DB INCR" for level 1 and even level 0 incremental backup.
They both are handled as "DB INCR" probably because, they both are done with RMAN command that specifies "INCREMENTAL".
backup incremental level 0 database FORMAT ...orbackup incremental level 1 database FORMAT ...
I would probably get this from v$rman_output view somehow, but I know that this view is not persistent after instance restart. So I am looking for alternatives.