Start Using an Existing Wallet

  1. Use the following command to create the master encryption key:

›_ Console

ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "pin[|<token_label>]"; 

ADMINISTER KEY MANAGEMENT SET KEY IDENTIFIED BY "pin[|<token_label>]" [MIGRATE USING sw_wallet_password] 
  1. You can also use an alternative command.

›_ Console

ALTER SYSTEM SET ENCRYPTION KEY IDENTIFIED BY "pin[|<token_label>]" [MIGRATE USING sw_wallet_password]

Where:

  • token_label is the Token Label used, when initializing the PKCS Token on the HSM. This is optional if the omitted slot 0 will be used.

  • pin is the pin created for the designated Token.

  • wallet_password is the password required to open an existing Oracle wallet in the file system. This is used when upgrading the Oracle Wallet software.

Make sure to enclose the wallet_password string in double quotation marks (" ").