VPD enabled db and index monitoring issue
We use a user that is excempt from the policy but we never get any rows selected when we issue this query,
select
table_name,
index_name,
monitoring,
used
from
v$object_usage;
'NO ROWS SELECTED'
This works fine in NON VPD environments.