Create standby database from OEM 13c cloud control

Creating or adding standby database for an existing primary database is a matter of few clicks  in OEM 13c cloud control.

Prerequisites:

1. Source database is already registered in cloud control.

2. Agent is deployed target host.

3. Oracle binary is installed on target host ( same version and patchset of source db).

 

STEPS:

 1. Go to primary database home page in cloud console

std1

 

AVAILABILITY -> ADD STANDBY DATABASE

std2

PROVIDE SYS USER DETAILS

std3

 

SELECT CREATE NEW PHYSICAL STANDBY DATABASE
std4

 

SELECT ONLINE RMAN BACKUP METHOD
std5

PROVIDE PRIMARY DB HOST oracle credential and mention parallelism

std6

PROVIDE STANDBY DATABASE NAME and STANDBY DB HOST and ORACLE_HOME
std7

PROVIDE THE STANDBY DB LISTENER
std8

 

std9

 

std10

 

std11

 

Click on VIEW JOB to see the progressstd12 std13 std14

 

Your standby database is ready 🙂 

You can check the details in database

-- PRIMARY  DATABASE

SQL>  select name,DATABASE_ROLE,DATAGUARD_BROKER from v$database;
NAME      DATABASE_ROLE    DATAGUAR
--------- ---------------- --------
NONCDB    PRIMARY          ENABLED

-- STANDBY DATABASE

SQL> select name,DATABASE_ROLE,DATAGUARD_BROKER from v$database;
NAME      DATABASE_ROLE    DATAGUAR
--------- ---------------- --------
NONCDB    PHYSICAL STANDBY ENABLED

RECOMMENDED ORACLE BOOKS:

Oracle Database 12C: The Complete Reference
Expert Oracle RAC 12c (The Expert’s Voice)


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.