Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-12034: materialized view log on myMW younger than last

user8875620Mar 31 2016 — edited Mar 31 2016

When this error happens, are the only solutions to do either

1. a complete refresh

2. drop MV, drop Mlog on master side, create Mlog on master side, recreate the MV from scratch

Can something else be done to avoid #1, or #2?

The MV has not been refresh for over a year.

This error happens when I tried to do a fast refresh.

exec  DBMS_SNAPSHOT.REFRESH('myMV,'f');

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2016
Added on Mar 31 2016
2 comments
3,165 views