Oracle ORDX_HTTP_SOURCE
Version 21c

General Information
Library Note Morgan's Library Page Header
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.
Subprograms
 
CLOSE
Undocumented ordx_http_source.close(
obj IN OUT ordsys.ordsource,
ctx IN OUT RAW)
RETURN NUMBER;
TBD
 
EXPORT
Undocumented ordx_http_source.export(
obj  IN OUT ordsys.ordsource,
ctx  IN OUT RAW,
dlob IN OUT BLOB,,
loc  IN     VARCHAR2,
name IN     VARCHAR2);
TBD
 
GETCONTENTLENGTH
Undocumented ordx_http_source.getContentLength(
obj IN     ordsys.ordsource,
ctx IN OUT RAW)
RETURN NUMBER;
TBD
 
GETSOURCEADDRESS
Undocumented ordx_http_source.getSourceAddress(
obj      IN     ordsys.ordsource,
ctx      IN OUT RAW,
userdata IN     VARCHAR2)
RETURN VARCHAR2;
TBD
 
IMPORT
Undocumented

Overload 1
ordx_http_source.import(
obj      IN OUT ordsys.ordsource,
ctx      IN OUT RAW,
mimetype    OUT VARCHAR2,
format      OUT VARCHAR2);
TBD
Overload 2 ordx_http_source.import(
obj      IN OUT ordsys.ordsource,
ctx      IN OUT RAW,
dlob     IN OUT BLOB,
mimetype    OUT VARCHAR2,
format      OUT VARCHAR2);
TBD
 
IMPORTFROM
Undocumented

Overload 1
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);
TBD
 
OPEN
Undocumented ordx_http_source.open(
obj     IN OUT ordsys.ordsource,
userarg IN     RAW,
ctx        OUT RAW)
RETURN NUMBER;
TBD
 
PROCESSCOMMAND
Undocumented ordx_http_source.processCommand(
obj     IN OUT ordsys.ordsource,
ctx     IN OUT RAW,
cmd     IN     VARCHAR2,
arglist IN     VARCHAR2,
result     OUT RAW)
RETURN RAW;
TBD
 
READ
Undocumented ordx_http_source.read(
obj      IN OUT ordsys.ordsource,
ctx      IN OUT RAW,
startpos IN     NUMBER,
numbytes IN OUT NUMBER,
buffer      OUT RAW);
TBD
 
TRIM
Undocumented ordx_http_source.trim(
obj    IN OUT ordsys.ordsource,
ctx    IN OUT RAW,
newlen IN     NUMBER)
RETURN NUMBER;
TBD
 
WRITE
Undocumented ordx_http_source.write(
obj      IN OUT ordsys.ordsource,
ctx      IN OUT RAW,
startpos IN     NUMBER,
numbytes IN OUT NUMBER,
buffer IN RAW);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
ORDX_DEFAULT_AUDIO
ORDX_DEFAULT_DOC
ORDX_DEFAULT_VIDIO
ORDX_FILE_SOURCE
What's New In 21c
What's New In 23c

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2023 Daniel A. Morgan All Rights Reserved
  DBSecWorx