ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
JSON related utilities
AUTHID
DEFINER
Dependencies
COL$
DBMS_OUTPUT
USER$
COM$
DBMS_SYS_ERROR
V$PARAMETER
DBMS_JSON
OBJ$
Documented
No
First Available
12.2
Security Model
Owned by SYS with EXECUTE granted to XDB
Direct access to this package is prevented by means of an Accessible By clause.
Returns the maximum size, in bytes, of a VARCHAR2 when called by DBMS_JSON
dbms_json0.getMaxVCSize RETURN NUMBER;
SELECT dbms_json0.getMaxVCSize
FROM dual;
SELECT dbms_json0.getMaxVCSize
*
ERROR at line 1:
ORA-06553: PLS-904: insufficient privilege to access object DBMS_JSON0