ORA-12032: cannot use rowid column from materialized view log on "string"."string"
What triggered the Error:
The materialized view log either does not have ROWID columns logged, or the timestamp associated with the ROWID columns is more recent than the last refresh time.What should we do to fix it:
A complete refresh is required before the next fast refresh. Add ROWID columns to the materialized view log, if required.