ORA-32313

Error: ORA-32313: REFRESH FAST of "string"."string" unsupported after PMOPs

Causa: A Partition Maintenance Operation (PMOP) has been performed on a detail table, and the specified materialized view does not support fast refersh after PMOPs.

Acción: Use REFRESH COMPLETE. You can determine why your materialized view does not support fast refresh after PMOPs using the DBMS_MVIEW.EXPLAIN_MVIEW() API.

COMENTARIOS:


No hay comentarios.