TSDP is the another new security feature of Oracle 12c , basically a
complement to Data Redaction and Virtual Private Database. It allows to categorize sensitive columns across database and then to set a policy to each defined category of
columns for example telephone number columns' policy to redact into a
random number.
The packages DBMS_TSDP_MANAGE and DBMS_
TSDP_PROTECT are used to manage the categories and policies.
