PL/SQL (MOSC)

MOSC Banner

Refresh of the logical View is taking forever

in PL/SQL (MOSC) 5 commentsAnswered

Created a logical view but refresh is taking forever. If i create standard MV , then drop and recreate it it just takes 2-3 seconds but logical view creation is quick but refresh to get data in logical view take hours to refresh.

begin
dbms_mview.refresh('APPS.XYZ','C',ATOMIC_REFRESH=>TRUE);
end;

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