Share information on how the security works with bi publisher example with PER_PERSON_SECURED_LIST_V
Content
Hello,
I want to share with you some research we have done on this subject and how the security works.
first the security is done with Virtual Private Database (VPD) you can see how it works here https://www.youtube.com/watch?v=7j8rA2SHXag
If you want to get all the policies used to secure the "secured" table, you can run this query : select * from all_policies where package = 'PER_REPORTING_VPD'
you will get the pakage name and the function.
For example : for the object PER_PERSON_SECURED_LIST_V you will have package = PER_REPORTING_VPD and function = ACCESS_PERSON
Tagged:
3