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!

No rows returned when querying my materialized view during refresh

user10764119Jan 6 2009 — edited Jan 6 2009
Hello guys,

I have created a materialized view. When doing a FORCE refresh ON DEMAND on this view, the query :
SELECT * from XX_INV_MV 
retruns no rows.

Therefore users must access to some datas when they query the MV, the old ones for example (datas from just before the refresh).
So is there any way that the we can access to old MV records during the refresh?

Thanks.
This post has been answered by 629978 on Jan 6 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2009
Added on Jan 6 2009
6 comments
1,592 views