Oracle Multimedia
{{Infobox software
| name = Oracle Multimedia
| logo =
| screenshot =
| caption =
| author = Oracle Corporation
| developer = Oracle Corporation
| released =
| latest release version =
| latest release date =
| latest preview version =
| latest preview date =
| operating system = Cross-platform
| programming language =
| platform =
| language = English
| genre = Software framework
| license = Proprietary software
| website = {{official|http://www.oracle.com/technetwork/database/database-technologies/multimedia/documentation/index.html}}
|logo size = 220px}}
Oracle Multimedia (formerly Oracle interMedia from versions 8 to 10gR2
{{cite web
|url = http://docs.oracle.com/cd/E11882_01/appdev.112/e10777/preface.htm#IMURG11501
|title = Multimedia User's Guide
|website = docs.oracle.com
|publisher = Oracle Technology Network
|access-date = 2017-05-12
|quote = 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.
}}
) is a feature available for Oracle databases, which provides multimedia utilities in a database environment, generating as a result a multimedia database (MMDB).
Oracle Multimedia was deprecated in Oracle 18c
{{cite web
|url = https://docs.oracle.com/en/database/oracle/oracle-database/18/upgrd/terminal-release-oracle-multimedia.html#GUID-DBA90E57-2BD8-4CEE-A74B-BFC889B78057
|title = Deprecation of Oracle Multimedia
|website = docs.oracle.com
|publisher = Oracle Technology Network
|access-date = 2019-05-05
|quote = Starting in Oracle Database 18c, Oracle Multimedia is deprecated. Oracle Multimedia will be desupported in Oracle Database 19c.
}}
and desupported in Oracle 19c.
{{cite web
|url = https://docs.oracle.com/en/database/oracle/oracle-database/19/upgrd/behavior-changes-deprecated-desupport-oracle-database.html#GUID-4B922F38-109D-42DF-B2AD-698E9FD8A8DE
|title = Desupported Features in Oracle Database 19c
|website = docs.oracle.com
|publisher = Oracle Technology Network
|access-date = 2019-05-05
|quote = Oracle Multimedia is desupported in Oracle Database 19c, and the implementation is removed.
}}
Functionalities
Oracle Multimedia is a framework which:
{{cite journal
|url=http://www.dbta.com/Editorial/Think-About-It/Putting-the-Oracle-Database-to-Work-as-a-Multimedia-Data-Warehouse-90735.aspx
|title=Putting the Oracle Database to Work as a Multimedia Data Warehouse
|publisher = Database trends and applications
|date=Jul 17, 2013
|author=Steve Guilford
}}
- as a general-purpose feature enables the management and retrieval of image, audio, and video data
- recognizes the most popular multimedia formats and can automate metadata extraction and basic image-processing
- facilitates the development of multimedia applications using JSPs, servlets, PL/SQL (with new packages) or tools such as JDeveloper (ADF/UIX) and Oracle Portal.
Oracle Multimedia manages multimedia data within an Oracle database under transaction control (see transaction processing); using by default database schemas named ORDSYS
and ORDPLUGINS
(the "ORD" prefix designates "object-relational data").
ORDSYS
provides four media classes:
{{cite book
|url=https://books.google.com/books?id=-dbeFbCswAYC&q=ORDSYS++ORDAudio+ORDDoc+ORDImage+ORDVideo+ORDSource&pg=PA60
|title=Oracle 10g Developing Media Rich Applications
|author=Lynne Dunckley |author2=Larry Guros
|editor=Digital Press
|date=8 April 2011
|isbn=978-0-08-049201-8
}}
- ORDAudio
- ORDDoc
- ORDImage
- ORDVideo
Alternatively, an Oracle database can use Oracle Multimedia to store and index meta-information together with external references that enable efficient access to media-content stored outside the database.
References
{{reflist}}
See also
{{DEFAULTSORT:Oracle Multimedia}}