Database Administration (MOSC)

MOSC Banner

Materialized views and atomic_refresh settings - how do I view their settings

edited Jun 3, 2019 6:25AM in Database Administration (MOSC) 12 commentsAnswered

Greetings.

We are believing in 12.2, that the atomic_refresh parameter default has changed (set to true).

All new jobs for scheduled materialized views are acting so strange.

We found this: to force the refresh to do a truncate instead of a delete parameter atomic_refresh must be set to false:

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

How would I see this what this is set to across all my mvs?
Thanks.

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