What is a better way to do synchronous and asynchronous MView refreshes in Oracle 11g?
问题 I have 7 Materialized Views that need to be refreshed on a schedule. Five of them are data source independent and could be rebuilt asynchronously. Two of them are dependent on some of the first five MViews and need to wait until those have been refreshed. These last two are independent of each other and could run asynchronously. I originally asked this question here. My plan was to go the DBMS_JOB.SUBMIT route. It was explained to me that DBMS_JOB.SUBMIT is an Oracle 8-level approach to the