Database Error Messages

ORA-45640

Columns on SYS-owned table cannot be marked as sensitive.

Cause

A column in a SYS owned table was being marked as sensitive using DBMS_TSDP_MANAGE procedure.


Action

Ensure the column being marked as sensitive does not belong to a SYS-owned table.