Materialized view issues
I would like to post a query on Materialized view issues.
1. Across our 200 + stack of databases, number of tables are being replicated using materialized view tehnology. Off late as the table data or the changes in the table grows these mviews are failing to get fast refreshed. Almost 80% of mviews where in the bulk changes happening at the source table are not able to get refreshed in time . The frequencies differ for each case.
I cannot stop bulk uploads neither delay the refresh interval.. We tried using streams and they really do have many bugs and putting that into production is a risk. Abruptly the replication stops and oracle says it is a bug. We cannot afford this kind of problem in the replication.