Entering content frame

Procedure documentation Updating the Standby Instance Locate the document in the library structure

Use

At regular intervals, you repeat the data changes in the original instance in the standby instance (Standby Database) by reading in the log backups of the original instance into the standby instance. You can use scripts to automate this process.

See also:

Database Administration Tutorial, Structure linkSetting Up and Updating Standby Instances

Prerequisites

You have set up a standby instance.

Procedure

...

       1.      Create log backups in your active original instance at regular intervals.

See:

     Database Manager GUI, Structure linkBackup Procedures

     Database Manager CLI, Structure linkautolog_on or Structure linkbackup_start

       2.         Import these log backups regularly into the standby instance after the desired time delay.

See:

     Database Manager GUI: Structure linkRestoring Without a Backup History.

     Database Manager CLI: Structure linkrecover_start and Structure linkrecover_replace

Result

The standby instance now contains the same data as the original instance at the time the last log backup was created in the original instance. You can use the standby instance as the active instance at any time.

 

Leaving content frame