To rekey an existing tablespace that is online, you can use the REKEY clause of the ALTER TABLESPACE SQL statement.
-
Login to DB instance as a system user.
|
›_ sqlplus console |
|---|
|
-
List the encrypted tablespace.
|
›_ sqlplus console |
|---|
|
-
Open a Keystore.
|
›_ sqlplus console |
|---|
|
-
Rekey the existing tablespace SECURE_TS.
|
›_ sqlplus console |
|---|
|
-
Verify rekey is successful.
|
›_ sqlplus console |
|---|
|