Database Error Messages

ORA-45643

The specified column "column_name" cannot be marked as sensitive.
  • column_name: The column name being marked as sensitive.

Cause

An attempt was made to mark the virtual or hidden column as sensitive using the DBMS_TSDP_MANAGE procedure.


Action

Remove the virtual or hidden column and then retry the operation.