High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Error "Corrupt block '999' found during reading backup piece" found during restore backup at standby

Hi gurus,

I would like to configure dataguard using RMAN backup based method. Firstly I have taken backup from primary by below script:

     sql "alter system switch logfile";

     backup database tag 'for_adg' format '/u01/bkp_for_adg/database_%U.bkp';

     backup archivelog all tag 'for_adg' format '/u01/bkp_for_adg/archivelog_%U.bkp';

     backup current controlfile for standby format '/u01/bkp_for_adg/stdb_cntl_%U.bkp';

Then I have transfer the backup to my standby site and restore controfile first, which has successfully restored. Later on I have tried to restore the database backup using below scirpt.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center