If I add FGAC to a table after the creation of materialized views will the materialized view continu
Hi,
We are trying to figure out why our custom materialized views were refreshing for months and then when we needed to drop and re-create them to add two new columns they fail b/c we now have FGAC on the base tables. The refreshes were successful prior to use trying droping and trying to recreate them. Can anyone help us understand why we would not get FGAC errors for the refresh and just for the drop and recreate?
We are thinking that
1) tables created without FGAC
2) materialized view created.
3) materialized view refreshes nightly
4) we add FGAC on the tables
0