Configuring Oracle GoldenGate

You need to configure the Key Management Services (KMS) global parameters in Oracle GoldenGate for Oracle Key Vault.

The syntax for specifying the KMS global parameter is:
KMS TYPE kms type KMS_VERSION kms_version HOME okv_home MASTER_KEY_NAME master_key_name [ TTL  time ]
For example:
KMS TYPE OKV  KMS_VERSION 18.1 HOME /u01/OKV MASTER_KEY_NAME OGG1 [ TTL  10 ]
These are the KMS global parameter values.
Option Mandatory Value Description

TYPE

Yes

OKV

Specifies type of KMS. Only OKV is supported.

HOME

Yes

KMS endpoint software installation directory.

Directory location of the OKV_HOME where the Oracle Key Vault endpoint software was installed.

KMS_VERSION

Yes

Version of the KMS

Specifies the version of the KMS software.

MASTER_KEY_NAME

Yes

Master key name

Master key name that needs to the same on source and target and cannot be changed without quiescing replication.

TTL

No

Time

Time to live (TTL) for the key retrieved by Extract from KMS. When encrypting the next trail, Extract checks if TTL has expired. If so, it retrieves the latest version of the master key. The default is 24 hours.