HA variables

This table describes all the fields available in the YaK and their purpose when declaring your Oracle 2.1.0 HA component.

Name
Mandatory
Purpose
Example

Version of the Oracle instance

Version of the release update to install. Default value: 19_27_250415_JVM_v0

19_27_250415_JVM_v0

Oracle Software Edition

Oracle Software Edition to install (has to be Enterprise Edition for HA deployment)

EE

Instance details

Name
Mandatory
Purpose
Example

Instance name (oracle_sid)

This is the Oracle SID.

CDB1

Domain name

Fully qualified name of the domain (db_domain).

example.com

Character Set

Character Set of the database. Default value: AL32UTF8

AL32UTF8

National Character Set

National Character Set of the database. Default value: AL16UTF16

AL16UTF16

RMAN connect string

Connect string to use for RMAN backups. Default value: /

/

Data Guard Listener

Dedicated Data Guard listener. Default value: LISTENER

DG_LISTENER

Data Guard user

User used for Data Guard management and monitoring. Has to be a common user (start with C##). Default value: C##DG

C##DGADMIN

Data Guard user password

Password for the Data Guard user. Default value: dgmanager1

DeX4ZDbt

Data Guard protection mode

Protection mode of the Data Guard configuration. Either maxavailability or maxperformance Default value: maxavailability

maxperformance

Nodes configuration

Name
Mandatory
Purpose
Example

Oracle host

Select each of the Oracle host to specify the unique_name of the database.

  1. ora-srv01

  2. ora-srv02

Database unique name (db_unique_name)

Site specific unique name. Must be different on each host.

  1. CDB1_S1

  2. CDB1_S2

Last updated