项目作者: dralmostright

项目描述 :
Solution for implementing Oracle Standby for Standard Edition
高级语言: Shell
项目地址: git://github.com/dralmostright/standard-edition-standby.git
创建时间: 2018-12-03T16:15:33Z
项目社区:https://github.com/dralmostright/standard-edition-standby

开源协议:

下载


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)