RMAN Backup issue [message #447467] |
Mon, 15 March 2010 06:39 |
gmaheshji
Messages: 6 Registered: March 2010 Location: Hyderabad
|
Junior Member |
|
|
While restoring database in DR with my production database backup ( rman ), its been identified that backup has some issues. I found that with validate backupset
command. Looks like data is missing in it. Now i am worried about production backup.
I am planning to run dbv for any block corruptions in production. Can any one tell me the impact with this command, and do i need to take any pre-requisites before doing this ?
Apart from this, are there any tools with which i can identify that backups are proper and complete ?
|
|
|
Re: RMAN Backup issue [message #447485 is a reply to message #447467] |
Mon, 15 March 2010 07:42 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Impact will be IO on the file systems, so better do it out of high workload hours.
Quote:Apart from this, are there any tools with which i can identify that backups are proper and complete ?
VALIDATE is made for this.
Regards
Michel
|
|
|