Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Create Database Systems

Before you start building standby database you need to have at least 2 OCI Database Systems ready and connected through the same VCN. Here is a list of prerequisites, that need to be fullfilled before you start installation of Dbvisit Software:

Optionally, you can install 3rd machine, that would serve as a machine for Dbvisit Control Center process. You can check following guide how to do that: https://dbvisit.atlassian.net/wiki/x/DgAD4

Drop Database on Standby Machine

The Database Service is created with database running, but you do not need the database to be running on the standby machine. Dbvisit will create a copy of the primary database there. To drop the database, you can follow this procedure:

rman target /
RMAN> startup mount force dba;
RMAN> drop database including backups noprompt;

Download and Install Dbvisit Software

There is nothing special in installing Dbvisit Multiplatform in OCI environment.

  • Install Control Center on the compute instance machine

  • Install Dbvisit Agent on both database machines

Use following document how to install Dbvisit Multiplatform: https://dbvisit.atlassian.net/wiki/spaces/DSMP/pages/3242000447/Installing+Standby+Multiplatform#Installing-Standby-Multiplatform-on-Unix

Create Standby Database using Dbvisit Multiplatform

You can follow this guide, how to create Standby database on Oracle OCI to OCI: https://dbvisit.atlassian.net/wiki/x/JQAJ2w

  • No labels