Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-42707

Cannot enable or disable all triggers on 'string' because it is not a JSON-relational duality view

Cause

The view being altered is not a JSON-relational duality view. ALTER VIEW [ENABLE | DISABLE] ALL TRIGGERS is only supported on JSON-relational duality views.


Action

Ensure that the view is a JSON-relational duality view.