DataGuard patching order with one primary database to multiple physical standby database
We are running 19.15.0 database and configured with one primary database (A) and two physical database (B1,B2)
We will perform patching for the environment . Is below procedure valid ?
1) Day 1 Patch standby (B1)
- stop logging shipping from (A) to B1
- patching B1
- start B1 in mount mode and resume MRP to apply archive log . The standby role is resumed
2) Day 2 Patch standby (B2)
- stop logging shipping from (A) to B2
- patching B2
- start B2 in mount mode and resume MRP to apply archive log. The standby role is resumed
Day 3 Patch primary database (A)
- stop logging shipping from (A) to B1 and B2