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
Undocumented
AUTHID
CURRENT_USER
Dependencies
DBMS_LOB
ORDSOURCEEXCEPTIONS
UTL_HTTP
ORDSOURCE
ORDUTIL_PRV
UTL_RAW
Documented
No
First Available
12.1
Security Model
Owned by ORDPLUGINS with EXECUTE granted to PUBLIC
Source
Unknown.{ORACLE_HOME}/ord/im/admin/impbs.sql contains a DROP for this package but
grep -ir does not return any source for this package which is present in 21.3.
ordx_http_source.importFrom(
obj IN OUT ordsys.ordsource,
ctx IN OUT RAW,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
loc IN VARCHAR2,
name IN VARCHAR2);
TBD
Overload 2
ordx_http_source.importFrom(
obj IN OUT ordsys.ordsource,
ctx IN OUT RAW,
dlob IN OUT BLOB,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
loc IN VARCHAR2,
name IN VARCHAR2);