Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 05:56 AM
To validate the status of your materialized view (MV) refresh, run a DESCRIBE EXTENDED command and check the row corresponding to the "last refresh status type."
- RECOMPUTE indicates a full load execution was completed.
- NO_OPERATION means no operation was performed during the refresh.
- INCREMENTAL or ROW_BASED signifies that incremental processing was carried out