You can encrypt any data type with tablespace encryption.
A.
TRUE
B.
FALSE
Explanation:
TDE tablespace encryption encrypts all data stored in an encrypted tablespace. Thisincludes
internal large objects (LOBs) such as BLOBs and CLOBs.
You can encrypt any data type with tablespace encryption.
You can encrypt any data type with tablespace encryption.
A.
TRUE
B.
FALSE
Explanation:
TDE tablespace encryption encrypts all data stored in an encrypted tablespace. Thisincludes
internal large objects (LOBs) such as BLOBs and CLOBs.
B False
http://docs.oracle.com/cd/E11882_01/network.112/e40393/asotrans.htm#ASOAG9521
B
8.2.5.4 Restrictions on Using TDE Tablespace Encryption
TDE tablespace encryption encrypts/decrypts data during read/write operations, as opposed to TDE column encryption, which encrypts/decrypts data at the SQL layer. This means that most restrictions that apply to TDE column encryption, such as data type restrictions and index type restrictions, are not applicable to TDE tablespace encryption.
The following list includes the restrictions that apply to TDE tablespace encryption:
External Large Objects (BFILEs) cannot be encrypted using TDE tablespace encryption. This is because these files reside outside the database.
To perform import and export operations, use Oracle Data Pump.
TRUE: This means that most restrictions that apply to TDE column encryption, such as data type restrictions and index type restrictions, are not applicable to TDE tablespace encryption.
http://docs.oracle.com/cd/E11882_01/network.112/e40393/asotrans.htm#ASOAG640
Restrictions on Using TDE Tablespace Encryption
It’s TRUE