Question

I have a materialized view I would like to alter to on commit (from on demand) using fast refresh.

However I constantly get

ora-32337 cannot alter materialized view with pending changes refresh on commit

even directly after a refresh (and knowing that no change was done).

What could be the cause for this? The MV uses outer joins, could that be an issue? (MV log is available for all tables)

Was it helpful?

Solution

As @eaolson said you should just drop the materialized view and recreate it as refresh on commit. This the only way..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top