Can we hide the table column using oracle VPD?
I have tried the oracle table column level masking using VPD. I have noticed that when applied oracle VPD policy, table column values return as null for the user. I would like to know that can we hide a specific column in a table for a user. In another word I want to invisible the whole column from the table to that particular user (without showing the values as null). Is it possible?
Thank you