How to create a MView in a distributed environment for replication on table without primary/unique k
Hello Team,
How can I create a materialized view on a table which doesn't have a primary or unique key.
I need the MV to serve the purpose of data replication in a distributed environment using a 'FAST' refresh.
Also in case of Table reorganization if the view can be refreshed in 'FAST' not in the 'COMPLETE' mode.
If the above criteria are not possible, then what are the replication strategies available to replicate a table across a distributed database environment.
Thanks in advance.