Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-40761

OCI_SODA_AS_STORED cannot be used if the content column JSON format is not textual JSON.

Cause

An attempt was made to use OCI_SODA_AS_STORED on a Binary Large Object (BLOB) collection whose content column format was not textual JavaScript Object Notation (JSON).


Action

Use OCI_DEFAULT or OCI_SODA_AS_AL32UTF8.