Database Error Messages

OCI-41953

Cannot convert field "field_name" of VERTEX_ID or EDGE_ID to the database character set
  • field_name: Name of the JSON field.

Cause

The VERTEX_ID or EDGE_ID value is invalid. The field contains a UTF-8 string value that cannot be converted to the database character set.


Action

Provide a valid VERTEX_ID or EDGE_ID value. Ensure that each string field can be converted to the database character set.