Oracle interMedia Audio, Image, and Video User's Guide and Reference Release 8.1.7 Part Number A85336-01 |
|
This guide describes how to use Oracle interMedia Audio, Image and Video.
Oracle interMedia Audio, Image, and Video requires Oracle8i or Oracle8i Enterprise Edition.
For information about the differences between Oracle8i and Oracle8i Enterprise Edition and the features and options that are available to you, see Getting to Know Oracle8i.
This guide is for application developers and database administrators who are interested in storing, retrieving, and manipulating audio, image, and video data in an Oracle database, including developers of audio, image, and video specialization options.
This guide contains the following chapters and appendixes:
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
For the latest documentation, see the Oracle Technology Network Web site: http://technet.oracle.com/ |
For more information about using interMedia in a development environment, see the following documents in the Release 8.1.7 Oracle database server documentation set:
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.
The following conventions are also used in this guide:
The following substantive changes were made to this guide since its previous version for release 8.1.6 on the Oracle Technology Network (OTN) Web site.
Other minor corrections and clarifications are also included.
Information is provided to ensure future compatibility of the 8.1.7 release with a future release of the evolving interMedia object types (ORDAudio, ORDImage, ORDVideo, and ORDSource) containing new object attributes. Client-side applications should call the new compatibility initialization function (compatibilityInit( ) method) at the beginning of an application if necessary. See Chapter 3 for more information.
In addition, users are recommended to use the new static methods, init( ) and init(srcType, srcLocation,srcName); these two methods have been added to each of the media types (ORDImage, ORDAudio, ORDVideo) to allow for easy initialization of instances of these types. Do not use the default constructors because INSERT statements using the default constructors will fail if the object type has evolved, adding new attributes. See Section 4.2, Section 5.2, and Section 6.2 for more information.
The export( ) method now works for the source type FILE. See Section 4.3, Section 5.3, and Section 6.3 for more information.
An additional ORDSource.import method has been defined. It is nearly identical to the existing import method except that the destination BLOB is not passed in as a separate (redundant) parameter. See Section 7.2 for more information.
The deleteContent method no longer touches the metadata attributes. See Section 4.3, Section 5.3, and Section 6.3 for more information.
The digital camera format known as EXIF is now recognized; it is a variation of the JFIF format, and the setProperties method sets the fileFormat attribute to JFIF. See Table B-3 for more information.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|