Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

QSM-01112

WHERE clause of mv, string, is more restrictive than query

Cause

The materialized view contains a selection condition in the WHERE clause that is more restrictive than the corresponding selection condition in the request query.


Action

Change the selection criteria in the request query to be at least as restrictive as the selection criteria in the materialized view, or drop and recreate the materialized view using less restrictive selection criteria.