Active dataguard configuration


1. Configure physical standby

https://oracleinsightspk.blogspot.com/2017/10/dataguard-configuration.html

2.Stop MRP on the standby

SQL>alter database recover managed standby database cancel;

3. open the databasse in read only mode

SQL> alter database open read only;

4. Start MRP

SQL>alter database recover managed standby database using current logfile disconnect from session;


### Now the database is open in read only mode, we can query select to see real time changes###

Comments

Popular posts from this blog

Oracle Database Client(12.1.0.2.0) Installation for Microsoft Windows(x64)

configuring goldengate

sample extract,pump and replicate(goldengate)