The simple way to refresh materialized views

preview_player
Показать описание
Welcome to the strange case where we dropped all of the materialized views and yet the refresh process still took hours to run! There is a lot of ways to refresh a materialized view, but there is also some nuances you need to be aware of.... And some methods you should just not use at all!

Follow me!

The Podcast!

Subscribe for new tech videos every week

A free Oracle database forever ?! Oh yes indeed!

Music: Night Owl (Broke For Free), Kevin Mcleod (incomptech), Dyalla

#oracle #materializedviews
Рекомендации по теме
Комментарии
Автор

Technically, different MViews in a schema would have been built for different purposes (user requirements). So, they are [expected] to be refreshed at different times / intervals.
If you need multiple MVs refreshed together, define a Refresh Group.

HemantKChitale
Автор

How can we improve materialized views based on complex queries such as join and union and make quicker refresh ?

wjzqbiu
Автор

Hi this helpful, but for some reason it asks me that I need to declare mview_name. Not sure if its because I am running this code in SQL developer and should run it from the command shell

APOELULTRADC
Автор

Aah ! How many times do developers and DBAs use / configure an account with the DBA role when the DBA role isn't required !

HemantKChitale
Автор

TLDR, Refresh all mviews refreshes all mviews :)

berndeckenfels