Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to understand which backup file is belong to which backupset.

802709Feb 3 2011 — edited Feb 7 2011
Hi,

i am looking for an answer but couldnt find for a while.

for example, I backed up my system with this command:
backup database section size 1G;
and 4 file created for backup (I assume my database approximately 4.5G and overall backup is 3.5G). there are 4 different file under one backup set after backup command. I run this command again and 4 more files for and second backup.

Now, how can I understand from RMAN or sql dynamic views, which backup file is belong to which backupset.
in RMAN "List Backup" command doesnt show backup sets (or I couldnt find a common point).

also in sql there are V$BACKUP_SET and V$BACKUP_PIECE views but I couldnt find master detail relation between these views. in V$Backup_Set view I can see backup header info and how many file that backup has, in V$Backup_Piece view RMAN_STATUS_RECID column has the same id for same backups but it is not exist in V$Backup_Set

especially I want to see this list in RMAN. is there a solution ?

thanks for help.
This post has been answered by tychos on Feb 6 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2011
Added on Feb 3 2011
12 comments
1,698 views