Back to the Transparent Data Encryption home page

Transparent Data Encryption

Column Encryption: Four easy steps

 
Transparent Data Encryption step 1 of 5
 
 
 
 
Transparent Data Encryption step 2 of 5
 
 
 
 
Transparent Data Encryption step 3 of 5
 
 
 
 
Transparent Data Encryption step 4 of 5
 
Setup Wallet and Master Key Identify columns with sensitive data Review constraints Encrypt existing and new data

The following data types can be encrypted using TDE:

  varchar2                     nvarchar2
  number                       date
  binary_float                 binary_double
  timestamp                    raw
  char                         nchar

Each table has it's own encryption key (which is stored in the database data dictionary and encrypted with the external master key). Encrypted columns can no longer be used as foreign keys.

To maintain performance, TDE column encryption allows indexes for equality searches:

  SQL> select last_name from customers where credit_card = 4716082825579654;

to be built over encrypted columns in the base table. Other indexes (for range scans) are not suppurted.


Technical Information

Frequently Asked Questions
Technical White Paper
Datasheet

Hands-On:

Using Transparent Data Encryption
 
Learn More
· Oracle by Example: Database Security

Security Options
· Oracle Database Vault
· Oracle Advanced Security
· Oracle Label Security
· Oracle Secure Backup

Security Features
· Data Encryption
· Virtual Private Database
· Database Auditing
· Backup Encryption
· Proxy Authentication
· Enterprise User Security
· Secure Application Roles
· Fine Grained Auditing

Related Technologies
· Audit Vault
· Secure Backup
· Configuration Management
· Information Rights Management
· Identity Management

Previous Releases
· Oracle10g R2 Security
· Oracle9iR2 Security
· Oracle9i Security

Discussion Forums
· Audit Vault
· Security
· Database
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy