Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-42701

Cannot enable logical replication on the view: string because this view is not a JSON-relational duality view.

Cause

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


Action

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