Logo
My activities

Error: JDBC Commit Failed. Nested exception_ ORA-12034_ materialized view log on younger than last refresh

Applies to RiskVision Versions:  7   

Procedure: Periodically, materialized views need to be refreshed. Log in to a SQL session as the schema_owner and then run the following SQL

Procedure: BEGIN dbms_mview.refresh( 'MV_INCIDENTS', 'C' ); dbms_mview.refresh( 'MV_JBPM', 'C' ); EXCEPTION WHEN OTHERS THEN NULL; END; /  

This should resolve the issue.

Follow
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk