Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle triggers
Just an additional comment. This is one of those Oracle techniques that
keeps changing its name ... so if you're searching for help on
implementing it, you might have to look for 'Fine-Grained Access' or for
the more recent marketing term 'Virtual Private Database'. No matter
what the name, you use the DBMS_RLS package as part of your
implementation (which I assume stands for the original term, 'Row Level
Security').
Roger Crowley - DBA - LearningFramework
Lothar Armbruester wrote:
> Chuck wrote:
>
>>I am looking for some help with developing an Oracle trigger. >>The trigger has to look at users and only allow them to select certain >>values based on their security. There are two tables involved. When I >>try nested if statements in the trigger, it ignores anything after the >>first if statement or ignores certain users embedded in the trigger. >> >>Any ideas?
![]() |
![]() |