Adding or editing the target keystore password

The target keystore password is specified in the GUI in the Databases tab under Environments:

  1. Log in to the Delphix Management application.

  2. Click Manage > Environments.

  3. Click the Databases tab for your Environment.

  4. Next to TDE Keystore Password click on the pencil icon to set or update the password.




Unsetting the target keystore password

The Delphix Management application does not support unsetting of the TDE keystore password. But it can be unset using CLI as follows:

Prerequisite:

The TDE keystore password attribute of Oracle container database cannot be unset if the database is TDE-enabled and it contains 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 ‘source’ and then the container database:

    Copy
    delphix> sourceconfig ; select vcdb
    delphix sourceconfig 'vcdb'> update; unset tdeKeystorePassword; 
    commit