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