Does Oracle Label Security provide column-level access control?
No, Oracle Label Security is not column aware. This behavior is available with Virtual Private Database (VPD). A VPD policy can be written so that it only becomes active when a certain column is part of a SQL statement against a protected table. If the column sensitivity switch is on, then VPD either returns only those rows for which the sensitive column values are accessible to the user, or it returns all rows with all cells in the sensitive column being empty, except those values that the user is allowed to see. The following link on the Oracle Technology Network Web site contains an example: http://www.oracle.com/technology/deploy/security/database-security/virtual-private-database/index.html A column-sensitive VPD policy can determine access to a specific column by evaluating OLS user labels.