vpd column masking
I have a datawarehouse where we are employing column masking on SSN using sec_relevant_cols_opt => DBMS_RLS.ALL_ROWS).
This works fine.
I'm wondering if its possble to instead of NULLing the sensitive column, set a literal (i.e. "Restricted"), or use a string function to display only the last 4 digits of the SSN.
Anyone do this ?
0