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

Home -> Community -> Usenet -> c.d.o.misc -> Comparing mat. views with regular tables

Comparing mat. views with regular tables

From: Rick Denoire <100.17706_at_germanynet.de>
Date: Sat, 08 Nov 2003 01:26:25 +0100
Message-ID: <pmdoqv4u7pilc1t10u4d9rvfs8e4kjqqo6@4ax.com>


Let's suppose I have a materialized view which:
-must be refreshed with the method "complete" across a DB-link
-is not updatable
-will refresh using a cron job

then, couldn't I accomplish the same using a regular table, which will be truncated and filled regularly with the same basic definition as the materialized view?

Which would be the advantage of a materialized view in this case?

Thanks
Rick Denoire Received on Fri Nov 07 2003 - 18:26:25 CST

Original text of this message

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