-
Create a
SCIENTISTStable in the PDB.
|
›_ sqlplus console |
|---|
|
-
Enter some values in the
SCIENTISTStable.
|
›_ sqlplus console |
|---|
|
-
Encrypt the Salary column of the
SCIENTISTStable.
|
›_ sqlplus console |
|---|
|
-
List the values in the encrypted column. Transparent Data Encryption decrypts them automatically and the values are returned in clear text.
|
›_ sqlplus console |
|---|
|
-
List encrypted columns in your databases.
|
›_ sqlplus console |
|---|
|
-
Create an encrypted tablespace.
|
›_ sqlplus console |
|---|
|
-
Create EMP table inside the
NONSECURE_TStablespace.
|
›_ sqlplus console |
|---|
|
-
Insert data into
EMPtable.
|
›_ sqlplus console |
|---|
|
-
View the data from
EMPtable.
|
›_ sqlplus console |
|---|
|
-
Close the keystore.
|
›_ sqlplus console |
|---|
|
-
Now try to view the contents of
EMPtable.
|
›_ 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
EMPtable.
|
›_ sqlplus console |
|---|
|
-
List all the Key IDs.
|
›_ sqlplus console |
|---|
|