Hello,
I am trying to create a materialized view that is governed by a label
security policy. Here is a summary of the issue:
- I created a materialized view under sgadmin schema. The table
references a table under the sgapp schema.
- The table in the sgapp schema has a label policy applied to it with
an unhidden labelcol which stores the label value
- The sgadmin schema has full rights to the entire table.
- After creating the materialized view, I applied the same label
policy to the materialized view as was applied to the master table.
- This works and when sgapp schema queries the sgadmin materialized
view, only the data corresponding to the current label setting is
show.
- However, when I try to issue an update statement on the master
table, I get ORA-30372.
Does anyone know what this is all about? Thanks a lot for your help.
Sal
Received on Tue May 08 2007 - 17:07:17 CDT