Skip Headers

Oracle® interMedia User's Guide
10g Release 1 (10.1)

Part Number B10840-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

Preface

This guide describes how to use Oracle interMedia ("interMedia").

Oracle interMedia ships with Oracle Database Standard and Enterprise Editions.

For information about Oracle Database and the features and options that are available to you, see Oracle Database New Features.

Audience

This guide 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.

If you are interested in an overview and how to use Oracle interMedia, see Chapter 1 for general introductory information.

For tuning tips for storing media files, see Chapter 8.

Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/.

Accessibility of Code Examples in Documentation

JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation

This documentation may contain links to Web sites of other companies or organizations that Oracle Corporation does not own or control. Oracle Corporation neither evaluates nor makes any representations regarding the accessibility of these Web sites.

Organization

This guide contains the following chapters and appendixes:

Chapter 1, " Introduction to Oracle interMedia"

Introduces multimedia and Oracle interMedia; explains multimedia-related concepts.

Chapter 2, " Application Development"

Describes Web application development environments and using interMedia in these environments.

Chapter 3, " Developing Media Upload and Retrieval Applications "

Describes developing an interMedia photo album Web application.

Chapter 4, " IMExample Java Sample Application "

Describes the IMExample Java sample application for loading, retrieving, and playing media data using the interMedia image, audio, video, and general media object types.

Chapter 5, " Content-Based Retrieval Concepts "

Explains concepts, operations, and techniques related to content-based retrieval using the interMedia image signature object type.

Chapter 6, " Custom DataSource and DataSink for JMF Versions 2.0 and 2.1"

Describes how to install, register, and use the interMedia Custom DataSource and DataSink feature, which is an extension to Java Media Framework (JMF) version 2.0 and 2.1 developed by Sun Microsystems.

Chapter 7, " Extending Oracle interMedia"

Describes how to extend interMedia to support other external sources of media data, other media data formats, and audio and video data processing.

Chapter 8, " Tuning Tips for the DBA"

Provides tuning tips for the DBA for more efficient storage of multimedia data.

Chapter 9, " interMedia Examples"

Provides basic examples of using interMedia object types and methods.

Appendix A, " Sample Programs"

Describes the sample scripts and sample programs and how to run them.

Appendix B, " Installing and Upgrading Oracle interMedia"

Describes how to install and upgrade Oracle interMedia manually.

Related Documentation


Note:

For information added after the release of this guide, refer to the online README.txt file in your ORACLE_HOME directory. Depending on your operating system, this file may be in:

ORACLE_HOME/ord/im/admin/README.txt

Please see your operating system-specific installation guide for more information.


For more information about using interMedia in a development environment, see the following documents in the Oracle Database documentation set for 10g Release 1 (10.1):

For more information on using JDBC, see Oracle Database JDBC Developer's Guide and Reference.

For reference information on both Oracle interMedia Java Classes and Oracle interMedia Java Classes for Servlets and JSP in Javadoc format, see the Oracle API documentation (also known as Javadoc). The API documentation is available on the Oracle Database 10g Documentation Library CD-ROM and also from the documentation section of the Oracle Technology Network (OTN) Web site at

http://otn.oracle.com/documentation/

For more information on Java, see the API documentation provided by Sun Microsystems at

http://java.sun.com/docs

For more information on the Java Advanced Imaging (JAI) API, see the following Web site (which is maintained by Sun Microsystems)

http://java.sun.com/products/java-media/jai/

Printed documentation is available for sale in the Oracle Store at

http://oraclestore.oracle.com/

To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at

http://otn.oracle.com/membership/

If you already have a user name and password for OTN, then you can go directly to the documentation section of the OTN Web site at

http://otn.oracle.com/documentation/

Conventions

In this guide, Oracle interMedia is sometimes referred to as interMedia.

In examples, an implied carriage return occurs at the end of each line, unless otherwise noted. You must press the Return key at the end of a line of input.

Although Boolean is a proper noun, it is presented as boolean in this guide when its use in Java code requires case-sensitivity.

The following conventions are also used in this guide:

Convention Meaning
.
.
.
Vertical ellipsis points in an example mean that information not directly related to the example has been omitted.
. . . Horizontal ellipsis points in statements or commands mean that parts of the statement or command not directly related to the example have been omitted.
boldface text Boldface text indicates a term defined in the text.
italic text Italic text is used for emphasis, book titles, and variable names.
< > Angle brackets enclose user-supplied names.
[ ] Brackets enclose optional clauses from which you can choose one or none.

Changes to This Guide

This is a new guide for this release. It contains several chapters that were originally in Oracle interMedia User's Guide and Reference in the Oracle9i (9.0.1) release, as well as a chapter originally in Oracle interMedia Java Classes User''s Guide and Reference in the Oracle9i (9.2) release.