June 2016
Intermediate to advanced
388 pages
5h 49m
English
It is not possible to encrypt an existing tablespace using TDE tablespace encryption. In this recipe, you'll create a new encrypted tablespace.
It is assumed that a keystore is opened and a master key is created.
zoran):
$ sqlplus zoran
TEST_ENC) using AES192 encryption algorithm:
SQL> CREATE TABLESPACE TEST_ENC
DATAFILE '/u01/app/oracle/oradata/ORA12CR1/datafile/testenc01.dbf'
SIZE 20M
ENCRYPTION USING 'AES192'
DEFAULT STORAGE (ENCRYPT);

Figure 22 - Encrypting tablespace ...
Read now
Unlock full access