Database Error Messages

ORA-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.