Oracle Error QSM-01279: query rewrite not possible because DML operation occurred on a table referenced by materialized view string

Oracle Error Message

QSM-01279: query rewrite not possible because DML operation occurred on a table referenced by materialized view string

Reason for the Error

If any dependent tables of a materialized view undergoes a DML operation, query rewrite may be restricted depending on the query rewrite integrity mode for the session. In this situation, query rewrite will take place only if the rewrite integrity mode is STALE_TOLERATED.

Solution

Consider refreshing the materialized view changing the rewrite integrity mode to STALE_TOLERATED.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...