Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: column masking in 10g
Alexander,
This works great for me. Thanks so much.
Did you have experience on the performance between VPD and view?
Dave
>From: "Alexander Fatkulin" <afatkulin_at_gmail.com>
>To: "David Boyd" <davidb158_at_hotmail.com>
>CC: oracle-l_at_freelists.org
>Subject: Re: column masking in 10g
>Date: Fri, 2 Mar 2007 02:02:29 +1000
>
>That isn't very different from my example. You only need to provide
>correct policy function,
>
>e.g.
>
>if (user in ('BOB'))
>then
>return null; --allow user to see content
>else
>return '1=0'; --do not show anything
>end if;
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 01 2007 - 11:00:26 CST
![]() |
![]() |