Materialized views for Real Time Data Replication
Hi All,
Can I use materialized view for real time data replication.
Why Golden Gate and Active data guard is used for real time data replication instead of materialized view.
What are disadvantage of materialized views with respect to data replication.
On commit refresh approach to refresh materialized view provided real time data replication?
Materialized view refresh is asynchronous or synchronous data replication?
Can I use real time data replication by materialized view if primary (Master) database and secondary ( remote site where needs to be replicated) views are on 2 different database servers. I mean does db link allowed to perform real time data replication (oracle 12c feature) using materialized view or this real time materialized view data replication is valid only if source table and target materialized view are hosted by same database server?