Oracle Dataguard Configuration
Here in this post we'll see about Oracle Dataguard Configuration. I've configured Oracle Dataguard Configuration using two methods. One is Oracle Standard Method. It is the approach recommended by oracle and the second one is configuring using a different method. The second one is much easier to configure, but it is not recommended and also manual intervention is needed to sync the log files between Primary and Standby after Role transitions (i.e) Switch-Over/Switch-Back Now we'll see about the Oracle recommended approach to configure Dataguard setup. If you want to configure using the second method Click Here Naming Conventions: Primary DB Name : asdb Primary DB Unique Name : asdb Standby DB Name : asdb Standby DB Unique Name : stdasdb Below is the High-Level steps for Dataguard Configuration Add entries in hosts file Configure Primary Database for Disast...