Error in RMAN backup to tape [message #451840] |
Sat, 17 April 2010 07:03 |
soundar
Messages: 9 Registered: October 2009
|
Junior Member |
|
|
hi all,
i facing error while running daily backup for the database.The backup ended in error.
Below is error log message.kindly help me on this.it is an 8i - Production database.
RMAN> RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel ch00
RMAN-10035: exception raised in RPC: ORA-19506: failed to create sequential file, name="bk_47205_1_716507826", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: VxBSACreateObject: Failed with error:
Server Status: operation not allowed during this time period
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
Please help me on solving this issue
[Updated on: Sat, 17 April 2010 07:05] Report message to a moderator
|
|
|
|
|
|
Re: Error in RMAN backup to tape [message #451852 is a reply to message #451840] |
Sat, 17 April 2010 09:19 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-19624: operation failed, retry possible
*Cause: A backup, restore or image copy operation failed with an I/O
error. If the source of the I/O error can be corrected, then
the operation may be retried.
*Action: This message is used by recovery manager to decide whether or not
to retry the operation.
Check your MM logs. How to do it is descrived in its manual.
Regards
Michel
|
|
|