Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: replicating snapshots (multitiered materialized views)..

Re: replicating snapshots (multitiered materialized views)..

From: Anurag Varma <avoracle_at_gmail.com>
Date: 11 Feb 2005 10:44:10 -0800
Message-ID: <1108147450.381634.92800@o13g2000cwo.googlegroups.com>

One more thing I realized.

If your complex mview (a_mview) is being refreshed complete. Then you cannot fast refresh any nested mviews based on that. Its quite simple: complete refresh causes the a_mview to be truncated and repopulated. The truncate causes the mview log on a_mview to be purged also.

This then causes fast refreshes on a_mview to fail also with the error you are getting.

I think this is what you are really encountering.

Anurag Received on Fri Feb 11 2005 - 12:44:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US