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 -> Materialized View - Transactional Refreshing

Materialized View - Transactional Refreshing

From: Peter Sylvester <peters_no_spam_please_at_mitre.org>
Date: Thu, 09 Sep 2004 10:50:30 -0400
Message-ID: <chpqjp$dac$1@newslocal.mitre.org>


I have a materialized view, which due to the complexities, needs to be refreshed using the "complete" option (no mview log).

I noticed that the the mview appears to be empty during the refresh process (evidently due to a "truncate" being used).

Is there a way to get Oracle to make this transactional (using a delete statement), so the mview will always be usable?

I know I can do all this myself, via PL/SQL but would rather use the mview technology, if it supports it.

thanks,
--Peter Received on Thu Sep 09 2004 - 09:50:30 CDT

Original text of this message

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