OCI-40169
Cannot create JSON-relational duality view 'view_name': Unsupported data type 'data_type' used in column 'column_name' 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.
- column_name: Name 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.