Configure the Wallet for the Downstream Mining Database

When TDE is enabled on source database and downstream database, then the source wallet or keys should be the same on the downstream mining database and the source database.

Follow these steps to copy the wallet directory from the source database to the downstream mining database:

  1. Shutdown the downstream database using the shutdown immediate command.
  2. Remove the wallet directory on downstream database view: rm $T_WORK/wallet/*
  3. Copy the $T_WORK/wallet/* from the source database view to the downstream database view.
  4. Restart the downstream database.
  5. Run checksum on the source database view and downstream database view to ensure that it matches: cksum $T_WORK/wallet/*