Introduction: Snapshot standby is a feature since Oracle 11g that allows doing a read-write operation on the standby database. Suppose application team want to do testing on Fresh Live Data, but DBA cannot allow them to test on Primary. To help on this, DBA can convert physical standby to snapshot standby in read-write mode. Then application team can make their changes in snapshot database. Whatever changes done on snapshot standby will be rollbacked once convert back to physical standby database from snapshot standby. Primary database changes will not be applied to snapshot standby database as there is no MRP process running snapshot database.     Prerequisites:    Oracle Data Guard should be configured.      Disable DG broker if any as it will start MRP automatically.    Environment:                     Server        Primary        Standby                        Hostname        Source        Target                  IP        192.168.80.51        192.168.80.111                  OS...