Database Error Messages

ORA-40168

Cannot create JSON-relational duality view 'view_name': Unsupported data type 'data_type' used in a column of table 'table_name'.
  • view_name: Name of the Duality View associated with the failed creation attempt.
  • data_type: Data type of the unsupported column in the source table.
  • table_name: Name of the source table which has the unsupported column.

Cause

Unsupported data type is used in the duality view statement.


Action

Remove unsupported column from the view definition.