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: materialized view for this?

Re: materialized view for this?

From: <david.rydzewski_at_gmail.com>
Date: 10 Jan 2005 19:31:51 -0800
Message-ID: <1105414311.391127.81730@f14g2000cwb.googlegroups.com>


Make sure you review the restrictions on materialized views. You specify max(other1) in your view definition. I do not think rewrite will work if the query filters by that same column (e.g., other1='test')

Dave Received on Mon Jan 10 2005 - 21:31:51 CST

Original text of this message

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