Skip to content

Solution for implementing Oracle Standby for Standard Edition

Notifications You must be signed in to change notification settings

dralmostright/standard-edition-standby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for creating Standby for Oracle DB in standard Edition

Some info:

Author: Suman Adhikari

Description:

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.

Schedule Media recovery job

*/10 * * * * /archive/syncstandby/scripts/standard-edition-standby/standbyRecover.sh startrecovery orcldr

Reference

Oracle Support : Alternative for standby database in standard edition (Doc ID 333749.1)

About

Solution for implementing Oracle Standby for Standard Edition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages