Database Tuning (MOSC)

MOSC Banner

Materialize Views Time Taken To Refresh

edited Nov 15, 2012 10:11PM in Database Tuning (MOSC) 8 commentsAnswered
Hi,
We have a few materialize views refresh in a program which is called by e-business concurrent program.

Here are the base create statement for the MV.

CREATE MATERIALIZED VIEW "APPS"."MVA"
  BUILD IMMEDIATE
  USING INDEX
  REFRESH FORCE ON DEMAND
  WITH ROWID USING DEFAULT LOCAL ROLLBACK SEGMENT
  DISABLE QUERY REWRITE
  AS SELECT....

It is found that this concurrent program which is called to refresh these views will take 30min-1hr to refresh during normal peak hour.  It takes 2-3 hr to refresh especially when cpu went up to 99%.

But during none peak hours it takes only 1 minutes to refresh.

Daily there are records inserted into the MV based tables.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center