I want to create a materialized view with oracle SQL developer It should refresh hourly
So i do this:
If it understand correctly, by setting "SPECIFY" as "When", and by setting 13:00:00 as "Start on" and 14:00:00 as "Next", the MV should refresh itself hourly
But it doesn't work...
Am i doing something wrong?