Introduction Snapshot Standby is a feature available since Oracle 11g that lets you perform read-write operations on a standby database. Suppose your application team wants to test against fresh, live production-like data, but you can't let them run tests directly on the primary. Converting the physical standby into a snapshot standby solves this: the application team gets a fully read-write copy of production data to work with, while the actual primary stays untouched. Once testing wraps up and the standby converts back to physical, all the changes made during the snapshot window are automatically rolled back, and the standby resumes catching up with the primary as if nothing happened. While a database is in snapshot standby mode, Primary database changes are not applied to it, since no MRP process runs during this window. Prerequisites Oracle Data Guard should already be configured. Disable Data Guard Broker if it's in use, since Broker would automatically restart MRP...