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

Home -> Community -> Mailing Lists -> Oracle-L -> Materialized view

Materialized view

From: Sultan Syed <ssyed_at_fine.co.ae>
Date: Wed, 25 Jun 2003 21:44:24 -0700
Message-ID: <F001.005BA083.20030625212438@fatcity.com>

Hi
 

How can I create materialized view(mv) for the following statement using 'refresh fast' method. I can use  'refresh complete'  
option to create this mv,
but how can I use 'refresh fast' option for the below statement in order to improve performance in query. Any workaround ?
 

select mas.salesrep_id,sum(del.qty*del.price)-sum(del.discount) from sales_master mas, sales_details del where mas.transaction_id =del.transaction_id group by mas.salesrep_id. Thanks in advance
 
Received on Wed Jun 25 2003 - 23:44:24 CDT

Original text of this message

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