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!

RMAN BACKUP FAILURE THRU VERITAS

user587327Sep 27 2007 — edited Sep 27 2007
Hi,
The backup failed with following message.
INF - Begin progress logging for process: (15782)
INF - Using policy Lin-Prod-RMAN-cob-dwp-01-PRODDW to perform a server directed Standard backup.
INF - Starting Oracle Recovery Manager.
INF - Using: /oradw/u00/app/oracle/10.2.0.1/bin/rman
INF - Connection info: target 'sys/*****@PRODDW' rcvcat 'catowner/*****@RMANDB'
INF - Start of Recovery Manager input.
INF - # -----------------------------------------------------------------
INF - # RMAN command section
INF - # -----------------------------------------------------------------
INF - RUN {
INF - ALLOCATE CHANNEL ch00
INF - TYPE 'SBT_TAPE';
INF - ALLOCATE CHANNEL ch01
INF - TYPE 'SBT_TAPE';
INF - ALLOCATE CHANNEL ch02
INF - TYPE 'SBT_TAPE';
INF - SEND 'NB_ORA_CLIENT=cob-dwp-01,NB_ORA_SERV=sanbackup01,NB_ORA_POLICY=Lin-Prod-RMAN-cob-dwp-01-PRODDW,NB_ORA_PC_S
CHED=Daily';
INF - BACKUP
INF - INCREMENTAL LEVEL=0
INF - FORMAT 'bk_u%u_s%s_p%p_t%t'
INF - DATABASE;
INF - RELEASE CHANNEL ch00;
INF - RELEASE CHANNEL ch01;
INF - RELEASE CHANNEL ch02;
INF - # Backup Archived Logs
INF - sql 'alter system archive log current';
INF - ALLOCATE CHANNEL ch00
INF - TYPE 'SBT_TAPE';
INF - ALLOCATE CHANNEL ch01
INF - TYPE 'SBT_TAPE';
INF - ALLOCATE CHANNEL ch02
INF - TYPE 'SBT_TAPE';
INF - SEND 'NB_ORA_CLIENT=cob-dwp-01,NB_ORA_SERV=sanbackup01,NB_ORA_POLICY=Lin-Prod-RMAN-cob-dwp-01-PRODDW';
INF - BACKUP
INF - FORMAT 'arch-s%s-p%p-t%t'
INF - ARCHIVELOG
INF - ALL;
INF - RELEASE CHANNEL ch00;
INF - RELEASE CHANNEL ch01;
INF - RELEASE CHANNEL ch02;
INF - # Control file backup
INF - ALLOCATE CHANNEL ch00
INF - TYPE 'SBT_TAPE';
INF - SEND 'NB_ORA_CLIENT=cob-dwp-01,NB_ORA_SERV=sanbackup01,NB_ORA_POLICY=Lin-Prod-RMAN-cob-dwp-01-PRODDW';
INF - BACKUP
INF - FORMAT 'bk_u%u_s%s_p%p_t%t'
INF - CURRENT CONTROLFILE;
INF - RELEASE CHANNEL ch00;
INF - }
INF - End of Recovery Manager input.
INF - Start of Recovery Manager output.
INF - Recovery Manager: Release 10.2.0.2.0 - Production on Mon Jul 16 12:03:34 2007
INF - connected to target database: PRODDW (DBID=3662285656)
INF - RMAN-00571: ===========================================================
INF - RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
INF - RMAN-00571: ===========================================================
INF - Recovery Manager complete.
INF - End of Recovery Manager output.
INF - End Oracle Recovery Manager.

PLEASE ADVICE.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2007
Added on Sep 27 2007
1 comment
1,081 views