Rman error [message #243706] |
Fri, 08 June 2007 10:11 |
vasudevan
Messages: 119 Registered: February 2006 Location: TRICHY
|
Senior Member |
|
|
Hello sir
when i am try to run the full Rman backup
It threw the following error
channel ORA_DISK_1: starting piece 1 at 07-JUN-07
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/07/2007 17:18:13
ORA-19502: write error on file "/mnt/ora_backup/rman/df0_TCMS_111_624641772", blockno 13857281 (blocksize=8192)
ORA-27072: skgfdisp: I/O error
Linux Error: 2: No such file or directory
Additional information: 13857280
RMAN>
and also plz explain how to backup only control files and datafiles using rman technology.
-thanx in advance.
|
|
|
Re: Rman error [message #243711 is a reply to message #243706] |
Fri, 08 June 2007 10:24 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Quote: | /mnt/ora_backup/rman/
|
check your directory path.
Quote: | and also plz explain how to backup only control files and datafiles using rman technology.
|
yes you can take backup of datailes
like in 10g backuping up single datafiles
RMAN>backup datafile 1; >>>>>>>create backupset
RMAN>backup as copy datafile 2; >>>>>>>>>>>>create copy
for controlfile
RMAN>BACKUP CURRENT CONTROLFILE TAG = mondaypmbackup;
[Updated on: Fri, 08 June 2007 10:25] Report message to a moderator
|
|
|