Database Error Messages

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

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