Database Backup and Recovery (MOSC)

MOSC Banner

How to get incremental backup level from v$ views

edited May 17, 2019 2:13PM in Database Backup and Recovery (MOSC) 8 commentsAnswered ✓

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center