Adding or editing the TDE keystores root

The TDE keystores root directory path is specified in the GUI in the Details tab under Environments:

  1. Log in to the Delphix Management application.

  2. Click Manage → Environments.

  3. Click the Details tab for your target environment.

Next to Attributes click on the pencil icon to set or update attributes, including the keystores root.

Unsetting the target keystores root

The Delphix Management application does not support unsetting of the TDE Keystores Root path for Oracle hosts. But it can be unset using CLI as follows:

Prerequisite:

The host should not contain any CDB with TDE-enabled virtual PDBs.

  1. Log into the Delphix command-line interface using the admin user or a user with admin privileges.

    Copy
    ssh admin@YOUR_ENGINE
  2. Unset the attribute by navigating to ‘host’ and then the desired host:
    Copy
    delphix> host ; select unixhost1
    delphix host 'unixhost1'> update; unset oracleHostParameters.tdeKeystoresRootPath; 
    commit