Materialized views without logfiles
One of my applicaiton teams has several materialized views which are always refreshed via complete option (no fast refreshes). So we are considering dropping the MV Logfiles because they are only needed for fast refreshes.
We also have a standby datbase . Does not having the MV Logfiles prevent the propagation of changes to the MVs to the standby database?
Thank you