having problem when i take rman backup [message #423768] |
Sun, 27 September 2009 23:35 |
ranjani
Messages: 1 Registered: September 2009 Location: chennai
|
Junior Member |
|
|
when i take rman whole database back up i met this error frequently
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\RANJANI>f:
F:\>set oracle_sid=ranjani
F:\>rman target/
Recovery Manager: Release 9.0.1.1.1 - Production
(c) Copyright 2001 Oracle Corporation. All rights reserved.
connected to target database: RANJANI (DBID=2511671154)
RMAN> backup database;
Starting backup at 28-SEP-09
using target database controlfile instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=10 devtype=DISK
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
including current controlfile in backupset
input datafile fno=00001 name=F:\ORACLE\ORADATA\RANJANI\SYSTEM01.DBF
input datafile fno=00002 name=F:\ORACLE\ORADATA\RANJANI\UNDOTBS01.DBF
input datafile fno=00005 name=F:\ORACLE\ORADATA\RANJANI\EXAMPLE01.DBF
input datafile fno=00006 name=F:\ORACLE\ORADATA\RANJANI\INDX01.DBF
input datafile fno=00008 name=F:\ORACLE\ORADATA\RANJANI\USERS01.DBF
input datafile fno=00003 name=F:\ORACLE\ORADATA\RANJANI\CWMLITE01.DBF
input datafile fno=00004 name=F:\ORACLE\ORADATA\RANJANI\DRSYS01.DBF
input datafile fno=00007 name=F:\ORACLE\ORADATA\RANJANI\TOOLS01.DBF
channel ORA_DISK_1: starting piece 1 at 28-SEP-09
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 09/28/2009 09:50:57
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel ORA_DISK_1
RMAN-10035: exception raised in RPC: ORA-19566: exceeded limit of 0 corrupt bloc
ks for file F:\ORACLE\ORADATA\RANJANI\EXAMPLE01.DBF
RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECRE
ATE
RMAN>
Recovery Manager complete.
^C
F:\>
|
|
|
|