Adding or editing the OKV Home
The OKV Home directory path is specified in the GUI in the Details tab under Environments:
-
Log in to the Delphix Management application.
-
Click Manage → Environments.
-
Click the Details tab for your target environment.
-
Next to Attributes click on the pencil icon to set or update attributes, including the OKV Home.

Unsetting the OKV Home
The Delphix Management application does not support unsetting of the TDE OKV Home path for Oracle hosts. But it can be unset using CLI as follows:
Prerequisite:
The host should not contain any OKV-based TDE-enabled CDB with virtual PDBs.
-
Log into the Delphix command-line interface using the admin user or a user with admin privileges.
Copyssh admin@YOUR_ENGINE
- Unset the attribute by navigating to ‘host’ and then the desired host:
Copy
delphix> host ; select unixhost1
delphix host 'unixhost1'> update; unset oracleHostParameters.tdeOkvHomePath;
commit