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