Database Error Messages

OCI-40573

invalid use of PL/SQL JSON object type

Cause

An attempt was made to use a PL/SQL JavaScript Object Notation (JSON) object type in an invalid context.


Action

Use PL/SQL JSON object types only inside PL/SQL functions or procedures. PL/SQL JSON object types cannot be used directly in SQL statements.