Solution for implementing Oracle Standby for Standard Edition
Author: Suman Adhikari
This projects lists the scripts for how to create a duplicate(clone) database of production DB in standard edition which supports the following features of (physical)standby in Enterprise Edition.
++ Keep the clone database in synchronized state with primary by applying change records(archivelogs) from primary.
++ Open the database in read only mode for reporting purpose after first stopping the apply process.
/10 * /archive/syncstandby/scripts/standard-edition-standby/standbyRecover.sh startrecovery orcldr
Oracle Support : Alternative for standby database in standard edition (Doc ID 333749.1)