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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Suggestions on MV Implementation !!!!!!!

Re: Suggestions on MV Implementation !!!!!!!

From: Jack Silvey <jack_silvey_at_yahoo.com>
Date: Fri, 21 Jun 2002 11:33:23 -0800
Message-ID: <F001.004847B6.20020621113323@fatcity.com>


Recreate the snapshot to allow fast refresh, (you will have to create a snapshot log on your source table) and refresh once every 5/10/20/30 minutes.

Fast refreshes are just one commit that is either committed or rolled back at the end. Viola, fresh data instantaneously.

You can do a refresh immediate when you recreate the snapshots so it will build the data right away.

To do it really fast, create a new snapshot with the correct definition, rename the old snapshot, rename the new snapshot to the old name, recompile your packages and procedures, drop the old snapshot, and viola, new snapshot.

Snapshots refresh via a job in the Oracle job queue. You can adjust timing on this job to adjust your refresh frequency.

Make sure you get your indexes, stats, and grants in place on the new snap too. Check your synonyms as well.

hth,

jack


Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack Silvey
  INET: jack_silvey_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 21 2002 - 14:33:23 CDT

Original text of this message

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