RMAN error [message #265827] |
Fri, 07 September 2007 09:16 |
user82
Messages: 49 Registered: June 2006 Location: Romania
|
Member |
|
|
OS:Linux
Oracle 10g R2
I' am taking daily hot backups using RMAN but today I got the following error:
RMAN>backup database plus archivelog;
Starting backup at 07-SEP-07
current log archived
using channel ORA_DISK_1
channel ORA_DISK_1: starting archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=629 recid=4 stamp=632060800
input archive log thread=1 sequence=630 recid=6 stamp=632149013
input archive log thread=1 sequence=631 recid=8 stamp=632149176
input archive log thread=1 sequence=632 recid=10 stamp=632311305
input archive log thread=1 sequence=633 recid=12 stamp=632314626
input archive log thread=1 sequence=634 recid=14 stamp=632316417
input archive log thread=1 sequence=635 recid=16 stamp=632332553
input archive log thread=1 sequence=636 recid=18 stamp=632335433
input archive log thread=1 sequence=637 recid=20 stamp=632335627
input archive log thread=1 sequence=638 recid=22 stamp=632419241
input archive log thread=1 sequence=639 recid=24 stamp=632422353
input archive log thread=1 sequence=640 recid=26 stamp=632422578
input archive log thread=1 sequence=641 recid=28 stamp=632507880
input archive log thread=1 sequence=642 recid=30 stamp=632508064
input archive log thread=1 sequence=643 recid=32 stamp=632595061
input archive log thread=1 sequence=644 recid=34 stamp=632595255
input archive log thread=1 sequence=645 recid=36 stamp=632654849
input archive log thread=1 sequence=646 recid=38 stamp=632654962
input archive log thread=1 sequence=647 recid=40 stamp=632681858
input archive log thread=1 sequence=648 recid=42 stamp=632682094
input archive log thread=1 sequence=649 recid=44 stamp=632682302
input archive log thread=1 sequence=650 recid=46 stamp=632682605
channel ORA_DISK_1: starting piece 1 at 07-SEP-07
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 09/07/2007 17:10:32
ORA-19502: write error on file "/oracle/10.2.0/dbs/BKPs/WINMDB2/backupset/2007_09_07/o1_mf_annnn_TAG20070907T171005_%u_.bkp", blockno 589825 (blocksize=512)
ORA-27072: File I/O error
Linux Error: 2: No such file or directory
Additional information: 4
Additional information: 589825
Additional information: 646656
Can anyone give me a hint???
|
|
|
|
|
Re: RMAN error [message #265863 is a reply to message #265827] |
Fri, 07 September 2007 12:21 |
user82
Messages: 49 Registered: June 2006 Location: Romania
|
Member |
|
|
Thank's guys for your reply...
the path exists..but maybe the disk is full as anacedent said....i'll configure an retention policy for less days (now is 7 days)
|
|
|
|