QSM-02037

Error: QSM-02037: cannot evaluate constant expression at compile time

Causa: The capability in question is not supported when the materialized view uses a compile-time non-constant expression in a filter condition in the WHERE or HAVING clauses. For example, WHERE X=1 uses a compile-time constant expression in a filter condition. WHERE X=MY_PLSQL_FUNCTION() uses a compile-time non-constant expression in a filter condition.

Acción: Re-phrase the query to avoid the use of compile-time non-constant expressions in filter conditions.

COMENTARIOS:


No hay comentarios.