ORA-12034
ORA-12034 The materialized view log was younger than the last refresh.
Solution: Execute the Complete refresh of the view:
execute dbms_mview.refresh('"USER1"."VIEW_NAME"','C');
ORA-12034 The materialized view log was younger than the last refresh.
Solution: Execute the Complete refresh of the view:
execute dbms_mview.refresh('"USER1"."VIEW_NAME"','C');