Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN physical backup verification - incrementals
We run a weekly incr level 0 and daily incr 1 backups via RMAN. I'd like to
verify that whatever we write to tape is good; normally I'd do this by
requesting a restore to test it.
Rman has a nice 'validate' feature that I tried to take advantage of via something like this:
connect target; run { allocate channel c1 type sbt; restore database validate; }
This works, but I noticed that it always requests a restore of the last INCR 0 backup -- even if several days since then have passed. How do others verify that their INCR backups > 0 are cleanly written to tape?
Thanks!
Rich
--
Rich Holland (913) 645-1950 SAP Technical Consultant
print unpack("u","92G5S\=\"!A;F]T:&5R(\'!E<FP\@:&%C:V5R\"\@\`\`");
![]() |
![]() |