How To Clone Oracle Database Home In 19c by Using Deprecated Clone.pl

In following two posts, “clone.pl” has been used for cloning 12c and 18c Oracle Database Home.

How to Clone Oracle RAC Home in 12c

Cloning an Oracle Database Home in 18c

Lets’ follow  How to Clone 19c Oracle Database Home , and try to clone 19c ORCALE_HOME from one host to another.

Please note cloning is a re-running of new installation, which uses make, (ora)ld, etc.

Subscribe to get access

Read more of this content when you subscribe today.

Oracle Database 19c Software Installation in Silent Mode

This blog illustrates how to install 19c Oracle database software  on Oracle Linux in silent mode.

Subscribe to get access

Read more of this content when you subscribe today.

Deinstall 18c Grid Infrastructure Home After Being Upgraded to 19c

Grid Infrastructure 18c has been upgraded to 19c GI successfully. So 18c GI_HOME needs to be de-installed.  There are two ways to uninstall the old GI_HOME ( 18c ).

Subscribe to get access

Read more of this content when you subscribe today.

How to Configure OMS to Connect to Repository Database with Standby Database

This post demonstrates how to configure database connection string for OMS to connect to repository database, which has a data guard standby database.  The purpose is to make sure OEM is still functioning after database has been switched or failed over to data guard physical standby database.

Subscribe to get access

Read more of this content when you subscribe today.

Restart all OMS

[oracle@oemnode1 ~]$ emctl stop oms -all
[oracle@oemnode1 ~]$ emctl start oms

Switch Over Repository Database to Standby Database

DGMGRL> show configuration;

Configuration - dg_oemrep

Protection Mode: MaxPerformance
Members:
oemrep - Primary database
stboemrep - Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:
SUCCESS (status updated 27 seconds ago)
DGMGRL> switchover to stboemrep;
Performing switchover NOW, please wait...
Operation requires a connection to database "stboemrep"
Connecting ...
Connected to "STBOEMREP"
Connected as SYSDBA.
New primary database "stboemrep" is opening...
Operation requires start up of instance "OEMREP" on database "oemrep"
Starting instance "OEMREP"...
Connected to an idle instance.
ORACLE instance started.
Database mounted.
Connected to "OEMREP"
Switchover succeeded, new primary is "stboemrep"
DGMGRL>

Check and Confirm OEM 13c  is Still Working