Preface
This manual describes how to use Oracle Multimedia, which ships with Oracle Database. It provides detailed information about Oracle Multimedia APIs and their components, including object types and methods for multimedia data source manipulation.
In Oracle Database 11g Release 1 (11.1), the name Oracle interMedia was changed to Oracle Multimedia. The feature remains the same, only the name has changed.
The sample code in this manual might not match the code shipped with Oracle Database Examples media. To run examples that are shipped with Oracle Database Examples media on your system, use the files provided with Oracle Database Examples media. Do not attempt to compile and run the code in this guide.
See Oracle Database New Features Guide for information about Oracle Database and the features and options that are available to you.
Audience
This manual is for application developers and database administrators who are interested in storing, retrieving, and manipulating audio, image, video, and heterogeneous media data in a database, including developers of audio, heterogeneous media data, image, and video specialization options. Before using this reference, familiarize yourself with the concepts presented in Oracle Multimedia User's Guide.
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Related Documents
For information added after the release of this guide, see the online README.txt
file under your <ORACLE_HOME>
directory. Depending on your operating system, this file may be in
<ORACLE_HOME>
/ord/im/admin/README.txt
See your operating system-specific installation guide for more information.
For more information about using Oracle Multimedia in a development environment, see the following documents in the Oracle Database Online Documentation Library:
-
Oracle Multimedia DICOM Developer's Guide (Deprecated)
-
Oracle Database SecureFiles and Large Objects Developer's Guide
For information about Oracle Locator, see Oracle Spatial and Graph Developer's Guide.
For more information about using XML, see Oracle XML DB Developer's Guide.
For reference information about Oracle Multimedia Java classes in Javadoc format, see the following Oracle API documentation (also known as Javadoc) in the Oracle Database Online Documentation Library:
-
Oracle Multimedia Java API Reference (Deprecated)
-
Oracle Multimedia Servlets and JSP Java API Reference (Deprecated)
-
Oracle Multimedia DICOM Java API Reference (Deprecated)
-
Oracle Multimedia Mid-Tier Java API Reference (Deprecated)
For more information about Java, see the API documentation provided by Oracle.
Many of the examples in this manual use the sample schemas. See Oracle Database Sample Schemas for information about how these schemas were created and how you can use them.
Conventions
Although Boolean is a proper noun, it is presented as boolean in this manual when its use in Java code requires case-sensitivity.
The following text conventions are also used in this guide:
Convention | Meaning |
---|---|
boldface |
Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary. |
italic |
Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values. |
|
Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |
Syntax Descriptions
Syntax descriptions are provided in this manual for various SQL, PL/SQL, or other command-line constructs in graphic form or Backus Naur Form (BNF). See Oracle Database SQL Language Reference for information about how to interpret these descriptions.