Q5
Single choice
Examine these steps to create a Transparent Sensitive Data Protection (TSDP) policy with unified auditing to protect sensitive data in certain table columns: Create a TSDP policy and define the audit parameter for the audited columns.
Create a TSDP sensitive type using DBMS_TSDP_MANAGE.ADD_SENSITIVE_TYPE.
Associate the TSDP policy with the sensitive type by using DBMS_TSDP_PROTECT.ASSOCIATE_POLICY.
Enable the TSDP policy at the sensitive type level.
Associate the column to be audited to the sensitive type by using DBMS_TSDP_MANAGE.ADD_SENSITIVE_COLUMN.
Identify the steps in the correct sequence.