|
Re: Error ORA - 19870 error while restoring backup piece ... [message #662094 is a reply to message #662092] |
Mon, 17 April 2017 22:48   |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
Welcome to this forum
Please read and follow the forum guidelines, to enable us to help you:
OraFAQ Forum Guide
How to use {code} tags and make your code easier to read
[oracle@vbgeneric ~]$ oerr ora 19599
19599, 00000, "block number %s is corrupt in %s %s"
// *Cause: A corrupt block was found in a control file, archived log, or
// backup piece that
// is being read for a backup or copy. Corruption shall not be
// tolerated in control files, archived logs, or backup pieces.
// *Action: None. The copy or backup operation fails. Note that in the case of
// a backup set, the conversation is still active and the piece may
// be retried.
[oracle@vbgeneric ~]$ oerr ora 19870
19870, 00000, "error while restoring backup piece %s"
// *Cause: This error should be followed by other errors indicating
// the cause of the problem.
// *Action: See other errors actions.
[oracle@vbgeneric ~]$
I suspect that you have a corrupt backup.
|
|
|
|
|
|
|
|