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
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);