Changes in This Release for Oracle Multimedia User's Guide
This preface lists changes in Oracle Multimedia User's Guide.
Changes in Oracle Database Release 18c, Version 18.1
The following are changes in Oracle Multimedia User's Guide for Oracle Database 18c.
Desupported Features
The following features are desupported in this release:
-
Oracle Multimedia Java client proxy classes, including DICOM proxy classes, and Oracle Multimedia servlet and JSP classes
To develop Java applications that manage multimedia content within Oracle Databases, Oracle recommends that you embed PL/SQL blocks in Java.
-
Oracle Multimedia DICOM protocol, DICOM mid-tier support, and DICOM and UCM integration
There is no replacement for Oracle Multimedia DICOM. Oracle recommends that you replace Oracle Multimedia DICOM by using Oracle SecureFiles with third-party products for DICOM functionality. For example: Use third-party DICOM features to carry out metadata management, DICOM image conversion, and so on.
Deprecated Features
The following feature is deprecated in this release, and may be desupported in a future release:
-
Oracle Multimedia
There is no replacement for Oracle Multimedia. Oracle recommends that you replace Oracle Multimedia by using Oracle SecureFiles with third-party products for metadata extraction and image processing and conversion.
The following features were deprecated in Oracle Database 12c Release 2 (12.2):
-
Oracle Multimedia support for the SQL/MM Still Image standard
-
Oracle Multimedia Java client proxy classes, including DICOM proxy classes, and Oracle Multimedia servlet and JSP classes
-
Oracle Multimedia support for DICOM
The following feature was deprecated in Oracle Database 12c Release 1 (12.1), and may be desupported in a future release:
-
The Oracle Multimedia DICOM support in ORDImage objects that was introduced in Oracle Database 10g Release 2 (10.2)
New Features
The following feature was new in Oracle Database 12c Release 2 (12.2):
-
Oracle Multimedia PL/SQL API
Oracle Multimedia now provides a simplified PL/SQL API with functions and procedures for managing image, audio, and video media data stored in BLOBs and BFILEs in Oracle Database. This API allows metadata extraction and image processing operations to be more intuitively included in SQL and PL/SQL applications.
The PL/SQL API enables developers to include common operations in their applications. Examples include creating thumbnail images, cropping images, and converting images to Web-friendly formats, as well as extracting metadata. Using this API along with a comprehensive set of database tools and features, developers can consolidate multimedia data with other types of data in the database for easy display in reports and Web user interfaces. These advantages enable rapid development and deployment of all database applications that include multimedia data.
See Oracle Multimedia Reference for more information about the Oracle Multimedia PL/SQL Packages.