Oracle ORD_DOC
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 ORDDOC  
Documented No
First Available 12.2
Security Model Owned by ORDSYS with no EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/ord/im/admin/orddrpsp.sql
Subprograms
 
EXPORT
Copies multimedia data from BLOBs within the database to an external data source ord_doc.export(
src           IN BLOB,
dest_location IN VARCHAR2,
dest_name     IN VARCHAR2);
TBD
 
GETPROPERTIES
Reads the document BFILE data to get the values of the media attributes for supported formats and then stores them in the input CLOB. This procedure populates the CLOB with a set of format and application properties in XML form

Overload 1
ord_doc.getProperties(
docbfile   IN OUT BFILE,
attributes IN OUT CLOB);
TBD
Overload 2 ord_doc.getProperties(
docbfile      IN OUT BFILE,
mimetype         OUT VARCHAR2,
format           OUT VARCHAR2,
contentlength    OUT NUMBER);
TBD
Overload 3 ord_doc.getProperties(
docblob    IN     BLOB,
attributes IN OUT CLOB);
TBD
Overload 4 ord_doc.getProperties(
docblob       IN  BLOB,
mimetype      OUT VARCHAR2,
format        OUT VARCHAR2,
contentlength OUT NUMBER);,
TBD
 
IMPORTFROM
Import data from the specified external data source to the BLOB specified by the dest parameter

Overload 1
ord_doc.importFrom(
dest            IN OUT BLOB,
source_type     IN     VARCHAR2,
source_location IN     VARCHAR2,
source_name     IN     VARCHAR2);
TBD
Overload 2 ord_doc.importFrom(
dest            IN  OUT BLOB,
source_type     IN      VARCHAR2,
source_location IN      VARCHAR2,
source_name     IN      VARCHAR2,
format              OUT VARCHAR2,
mime_type           OUT VARCHAR2);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
ORDDOC_PKG
ORDERROR
ORDERRORINT
ORDSOURCEEXCEPTIONS
ORDX_DEFAULT_DOC
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