To decrypt an existing tablespace with online conversion, you can use the ALTER TABLESPACE SQL statement with DECRYPT clause.
-
Login to DB instance as a system user.
|
›_ sqlplus console |
|---|
|
-
List encrypted tablespace.
|
›_ sqlplus console |
|---|
|
-
Open a Keystore.
|
›_ sqlplus console |
|---|
|
-
Decrypt the existing tablespace
NONSECURE_TS.
|
›_ sqlplus console |
|---|
|
-
Verify that the tablespace no longer encrypted
|
›_ sqlplus console |
|---|
|