ORA-32401: materialized view log on "string
"."string" does not have new valuesWhat triggered the Error:
Materialized view log on the indicated table does not have new values information.What should we do to fix it:
Add new values to materialized view log using the ALTER MATERIALIZED VIEW LOG command.