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: Oracle views clarification

Re: Oracle views clarification

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 30 Sep 2004 20:01:57 -0700
Message-ID: <1096599796.514045@yasure>


Teresa wrote:

> Hi
>
> Can someone please explain the difference is between an Oracle dynamic
> view & materialized view.
>
> Thank you
> Teresa

Materialized views are tables refreshed by a trigger. They can be indexed and in all other ways treated like a table such as creating statistics for the optimizer.

Views are basically SQL statements wrapped with a ribbon and stored in the database.

You will find all of the information at http://tahiti.oracle.com. Search for views and materialized views and look at the concepts books.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Sep 30 2004 - 22:01:57 CDT

Original text of this message

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