How can I update a materialized view? Is there any downside to updating materialized views? I'm in a situation where I can either
- Update the materialized view (OR)
- Copy the records to another table, update them, truncate or drop the materialized view table, insert the updated records back into the materialized view.
These two options revolve around the long amount of time required to rebuild the materialized view (literally 5+ days).
Version : Oracle 10g