Today, we will see how to hide sensitive data in your Oracle database from other users with the “SELECT ANY TABLE” privilege using Oracle Virtual Private Database (VPD).
First of all: in a perfect world, this situation should never happen!
If you need to store sensitive data in your database, you should place it in a dedicated location, without any other schema and with strict security rules.
Anyway, if you choose to tread this post, you probably have no other choice.
Continue reading “Hide table content to users with “SELECT ANY TABLE” privilege”