job interval date expression
I want to create a materialized view with a daily refresh at different hours (no regular interval) ; example : every day at 7:00, 12:30 and 19:00.
How to write the date expression in the NEXT clause of the CREATE MVIEW statement?
I didn't find such an example in documentation or discussions.
Thanks for help.
0