Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

vpd data dictionary

steinerMar 13 2015 — edited Mar 13 2015

I have vpd doing column masking on many tables.

I need to write a report that has:

table

policy name

policy function

sec_relevant_cols

I can get most of it, but I am having trouble finding SEC_RELEVANT_COLS

This gets me eveything but the column being masked

select    OBJECT_NAME

            ,POLICY_NAME

            ,Package,function

from     dba_policies

;

any help is appreciated.

Randy

This post has been answered by Vlad Visan-Oracle on Mar 13 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2015
Added on Mar 13 2015
2 comments
1,072 views