Database Error Messages

OCI-42618

Cannot create JSON Relational Duality View 'string': The Base Table 'string' has too many primary key columns which exceeds the maximum limit of number columns.

Cause

The number of primary key columns of the base table exceeds the maximum number supported.


Action

Reduce the number of primary key columns in the base table specified in the duality view DDL.