rman backups [message #282607] |
Thu, 22 November 2007 09:03 |
mwansalovewell
Messages: 71 Registered: October 2007 Location: uk
|
Member |
|
|
The backups are getting this error
---
channel ORA_DISK_1: starting piece 1 at 21-NOV-07
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/21/2007 23:54:43
ORA-19502: write error on file "/data2/backups/PWORA/ora_pwora_639267906_1", blockno 112365569 (bloc
ksize=512)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 548352
Additional information: 1048576
---
Any help will be appreciated.
the space on /data2 - 56GB
The database is 70GB datafiles - used space total about 42GB
|
|
|
|
|
|
Re: rman backups [message #282695 is a reply to message #282607] |
Fri, 23 November 2007 01:02 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-27063: number of bytes read/written is incorrect
*Cause: the number of bytes read/written as returned by aiowait
does not match the original number, additional information
indicates both these numbers
*Action: check errno
Check OS errors, using numbers given in "Additional information" lines.
Regards
Michel
|
|
|