Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: help about column-level security
Hi
> As we all know, VPD supplies us row-level security,then if not
using
> view,is there any other way/mechenism supplying colomn-level
> security,through which I can permit some users can access only a few
> columns in a table but can not access other columns?
What you are describing is available as of 10gR1 and it's called "column-level virtual private database". With it you have two behaviors... What you are looking for it's the "column masking behavior".
Have a look to the procedure DBMS_RLS.ADD_POLICY and especially to the parameters SEC_RELEVANT_COLS and SEC_RELEVANT_COLS_OPT.
HTH
Chris
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 03 2007 - 05:48:23 CST
![]() |
![]() |