Hi Gurus,
I have built a materialized view for Fast Refresh on a Base Table that has 10 columns.
Out of these 10 columns, the MV needs only 5 columns.
If there is any change to the Table on the other 5 columns which the MV is not using, I don't want the changes to be logged into the MV log.
This could save me considerable time on the Refresh operation.
Is there a way to achieve this?