Skip to Main Content

Oracle Database Discussions

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!

SQL Script to show the Last Backup Taken and Time it took to backup and Siz

507076Jun 18 2010 — edited Jun 18 2010
I want to get a SQL that tells me the details of a backup on the database from RMAN Repository.

select DB_NAME,to_char(newest_backup_time,'DD-MON-YYYY hh24:mi:ss'),output_bytes_display from RC_BACKUP_SET_SUMMARY

This is the simple one but want the details like
Database Name
Last Backup Start Time
End Time
Size
Status

Let me know from where i can get it in RMAN Repository in SQL Format.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2010
Added on Jun 18 2010
5 comments
15,014 views