|
On the new primary (reading1), you can now resume managed recovery using the following command:
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
> DISCONNECT FROM SESSION;
should be
On the new standby (london1), you can now resume managed recovery ......
|