-
Log in to the database instance as a user who has been granted the SYSDBA administrative privilege.
|
›_ sqlplus console |
|---|
|
SQL> connect / as sysdba |
-
Set
WALLET_ROOTparameter.
|
›_ sqlplus console |
|---|
|
-
Shut down and start up the database.
|
›_ sqlplus console |
|---|
|
-
Set
TDE_CONFIGURATIONparameter.
|
›_ sqlplus console |
|---|
|
-
Connect to the database as system user.
|
›_ sqlplus console |
|---|
|
-
Now Migrate the wallet to HSM using the below command.
|
›_ sqlplus console |
|---|
|
-
Now verify the wallet is moved to HSM wallet now using command below.
|
›_ sqlplus console |
|---|
|
-
The Transparent Data Encryption decrypts the encrypted column automatically and returns the data in clear format.
|
›_ sqlplus console |
|---|
|
-
Verify the column is encrypted in your DB.
|
›_ sqlplus console |
|---|
|
-
View the information of keystore.
|
›_ sqlplus console |
|---|
|
-
Change the password of software keystore to be the same as HSM password.
|
›_ sqlplus console |
|---|
|
-
Close the keystore.
|
›_ sqlplus console |
|---|
|
-
Open the keystore.
|
›_ sqlplus console |
|---|
|
-
View the information of keystore.
|
›_ sqlplus console |
|---|
|