-
To create an encrypted tablespace, you must use the
CREATE TABLESPACEstatement with theENCRYPTION USINGclause.
|
›_ sqlplus console |
|---|
|
-
Create EMP table inside the SECURE_TS tablespace.
|
›_ sqlplus console |
|---|
|
-
Insert data into EMP table.
|
›_ sqlplus console |
|---|
|
-
View the data from EMP table.
|
›_ sqlplus console |
|---|
|
-
Close the keystore.
|
›_ sqlplus console |
|---|
|
-
Now try to view the contents of EMP table.
|
›_ sqlplus console |
|---|
|
As the keystore is closed, you will get an error message “ORA-28365: wallet is not open” and hence you cannot view the data from EMP table.
-
Open the Keystore.
|
›_ sqlplus console |
|---|
|
-
Now view the data from EMP table.
|
›_ sqlplus console |
|---|
|
-
List all the Key IDs.
|
›_ sqlplus console |
|---|
|