How do Refresh Remote MV's on commit
Hi Team,
we are using materialized view for replicating data from on DB to another DB through DBLink, Since MV refreshing/replicating data from another database, oracle is not allowing to
use on commit, also giving error as follows.
ORA-12054: cannot set the ON COMMIT refresh attribute for the materialized view
But, we need to refresh remote MV(as good as on commit) option how it use to work MV within Database.
Is there any work around (without scheduling job), need to refresh remote MV immediately once the base table got changed.
Please suggest the work around step by step ASAP.