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 |
|---|
|
-
Bring the tablespace
NONSECURE01_TSoffline.
|
›_ sqlplus console |
|---|
|
-
Decrypt the existing tablespace
NONSECURE01_TS.
|
›_ sqlplus console |
|---|
|
-
Bring the tablespace
NONSECURE01_TSonline.
|
›_ sqlplus console |
|---|
|
-
Verify the tablespace got decrypted.
|
›_ sqlplus console |
|---|
|