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
Internal JSON support utilities
AUTHID
CURRENT_USER
Dependencies
DBMS_JSON
DBMS_JSON_LIB
Documented
No
First Available
12.2
Security Model
Owned by XDB with no privileges granted
Direct access to some objects in this package is prevented by means of an Accessible By clause.
dbms_json_int.createViewOnPath(
owner IN VARCHAR2,
viewname IN VARCHAR2,
tablename IN VARCHAR2,
jcolname IN VARCHAR2,
path IN VARCHAR2,
indexname IN VARCHAR2,
frequency IN NUMBER,
resourcepath IN VARCHAR2,
materialize IN BOOLEAN);