Database Error Messages

ORA-40580

STRICT or WITH UNIQUE KEYS not allowed for JSON type

Cause

An attempt was made to use IS JSON with the STRICT or UNIQUE KEYS option on a JSON type input. A JSON type instance is always STRICT and has unique keys.


Action

Apply the STRICT and UNIQUE KEYS options on a textual JSON value. Remove these options form the IS JSON operation if the input is a JSON type.