Standalone variables

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

Name
Mandatory
Purpose
Example

Version of the Oracle instance

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

19_26_250121_JVM_v0

Oracle Software Edition

Oracle Software Edition to install (Standard Edition or Enterprise Edition).

SE2

Instance name (oracle_sid)

This is the Oracle SID.

CDB1

Instance unique name

Unique name of the database.

CDB1_SITE1

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: /

/

PDB Configuration

Name
Mandatory
Purpose
Example

PDB (Max. 3)

List of PDBs to be created. A maximum of 3 PDBs is allowed without the corresponding license and on Cloud providers other than OCI

  • PDB1

  • PDB2

  • PDB3

PDB Admin username

Admin user for all the PDBs. Default value: PDBADMIN

JOHN

PDB Admin password

Password for the PDB admin user. Default value: manager

6CZCkjfM

Last updated