Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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