ba6.us - Dave's Database Related Stuff

  • home
  • blog
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !
Home

Tag Cloud

apex Application Express Auditing data development funnies HTML Java linux monitoring oem oracle performance perl pl/sql rman scripting sql SQL Developer sqlplus tuning unix utilities windows
more tags

Search

RSS Feed

Blog Posts :

Navigation

  • Feed aggregator

User login

  • Request new password

VPD - VIRtual Private Database - Using and Debugging

dmann — Fri, 01/20/2012 - 13:38

Debugging Info

AskTom Thread on debugging VPD

Helpful Role

This roll will help developers that need to investigate VPD issues without having to give them 'Keys to the Castle' DBA Role:
CREATE ROLE VPD_SUPPORT_ROLE;

GRANT SELECT_CATALOG_ROLE TO VPD_SUPPORT_ROLE;

GRANT SELECT ON DBA_AUDIT_POLICIES TO VPD_SUPPORT_ROLE;
GRANT SELECT ON DBA_AUDIT_POLICY_COLUMNS TO VPD_SUPPORT_ROLE;
GRANT SELECT ON DBA_POLICIES TO VPD_SUPPORT_ROLE;
GRANT SELECT ON DBA_POLICY_CONTEXTS TO VPD_SUPPORT_ROLE;
GRANT SELECT ON DBA_POLICY_GROUPS TO VPD_SUPPORT_ROLE;
GRANT SELECT ON GV_$POLICY_HISTORY TO VPD_SUPPORT_ROLE;
GRANT SELECT ON GV_$VPD_POLICY TO VPD_SUPPORT_ROLE;
GRANT SELECT ON KU$_FGA_POLICY_VIEW TO VPD_SUPPORT_ROLE;
GRANT SELECT ON KU$_RLS_POLICY_VIEW TO VPD_SUPPORT_ROLE;
GRANT SELECT ON V_$POLICY_HISTORY TO VPD_SUPPORT_ROLE;
GRANT SELECT ON V_$VPD_POLICY TO VPD_SUPPORT_ROLE;


Cornify
  • home
  • blog
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !

Content Copyright 2006-2010. Links are copyright of respective owners.