dbTalk Databases Forums  

Listing successfull RMAN backups from RC

comp.databases.oracle.server comp.databases.oracle.server


Discuss Listing successfull RMAN backups from RC in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
wagen123@yahoo.com
 
Posts: n/a

Default Listing successfull RMAN backups from RC - 06-09-2008 , 01:37 PM






Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen

Reply With Quote
  #2  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM






On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #3  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #4  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #5  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #6  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #7  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
  #8  
Old   
sifobo
 
Posts: n/a

Default Re: Listing successfull RMAN backups from RC - 06-20-2008 , 06:33 AM



On Jun 10, 4:37*am, wagen... (AT) yahoo (DOT) com wrote:
Quote:
Hi,

Oracle10g 10.2.0.1 (32 bit) - Recovery Catalog version
Oracle10g 10.2.0.2 (64 bit) - target database version
RHEL AS 4.4

I have a requirement to query the RECOVERY CATALOG schema DIRECTLY and
determine the LAST SUCCESSFUL FULL DB backup. I tried to query the
views, but have been unsuccessful so far.

select DB_ID,BACKUP_TYPE,INCREMENTAL_LEVEL,PIECES,COMPLET ION_TIME from
rc_backup_set where STATUS='A' and BACKUP_TYPE='D' order by
COMPLETION_TIME;

The problem with the above query is that it lists only the successful
backsets. I need to find out if all the backupsets for the entire full
db backup was successful.

Appreciate any pointers on how to do this.

Thanks
wagen
Hi Wagen,

Try using our application Sifobo Enterprise Manager for Oracle. Check
http://www.sifobo.com.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.