Database Error Messages

ORA-42634

Error during data validation: JSON column not found in table 'string'.'string'.

Cause

A JSON column should be present in the table to store the documents.


Action

Create a table with JSON column and insert the documents into the table.