PL/SQL (MOSC)

MOSC Banner

Materialized view tuning

edited Jul 7, 2010 2:22AM in PL/SQL (MOSC) 4 commentsAnswered
 HI,
We are having oracle 10.2.0.4

there are 27 materialized views in one schema and about 25 are refreshed (complete) daily  and as a result about 90 GB of archive log is generating daily.
How can we reduce that? In one article I show the following command to reduce the redo

exec dbms_mview.refresh('<mview_name>','C',atomic_refresh=>FALSE)

but how can we do this  for automatic refresh or is there any other way out?

thanks,
nk

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