Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changing Keystore password

Below are the steps that must be followed , when changing the keystore password.

  1. Shutdown the MINE process.

  2. Change the Keystore password ,when the keystore is set to AUTOLOGIN.


    Code Block
    SQL> ADMINISTER KEY MANAGEMENT ALTER KEYSTORE PASSWORD FORCE KEYSTORE IDENTIFIED BY kiwi123 SET dbvisit123 WITH BACKUP
    ;
     
    keystore
     ;
     
    keystore altered.


  3.  Now change the TDE password in the MINE to the new password in the console.


    dbvrep>set
    Code Block
    dbvrep> set _MINE_TDE_PASSWORD = dbvisit123


  4. Start the MINE process.