Warning: lost write detection is not enabled on the standby while it is enabled on the primary
The above error is caused because of the following parameter set to NONE in standby whereas it has been set to TYPICAL in primary database.
So we have altered the below parameter to TYPICAL in standby and the above warning cleared.
DB_LOST_WRITE_PROTECT
The above error is caused because of the following parameter set to NONE in standby whereas it has been set to TYPICAL in primary database.
So we have altered the below parameter to TYPICAL in standby and the above warning cleared.
DB_LOST_WRITE_PROTECT
No comments:
Post a Comment