Active data guard means standby database in read only mode and still archive logs will apply
SQL>Shu immediate;
SQL> startup mount;
SQL> alter database open read only;
SQL> alter database recover managed standby database disconnect from session;
* Check the archive location in DR and change accordingly
No comments:
Post a Comment