Changes in This Release for Oracle Database PL/SQL Packages and Types Reference

This preface contains:

Changes in Oracle Database 12c Release 2 (12.2)

The following are changes in Oracle Database PL/SQL Packages and Types Reference for Oracle Database 12c Release 2 (12.2).

New Features

The following features are new in this release:

Deprecated Features

List of deprecated features in Oracle Database 12c Release 2 (12.2) PL/SQL Packages and Types Reference.

The following features are deprecated in Oracle Database 12c Release 2 (12.2), and may be desupported in a future release:

  • Deprecation of the DBMS_DEBUG package

    Use DBMS_DEBUG_JDWP instead.

  • Deprecation of the DBMS_JOB package

    Oracle recommends that you migrate to DBMS_SCHEDULER, which provides a richer set of features and capabilities.

  • Deprecation of the following form DBMS_LOB.LOADFROMFILE Procedure.

    Use DBMS_LOB.LoadClobFromFile or DBMS_LOB.LoadBlobFromFile instead.

  • Deprecation of the UTL_FILE_DIR initialization parameter

    Use directory objects instead.

  • Deprecation of Oracle Multimedia SQL/MM Still Image Standard Support, including the Oracle Multimedia SQL/MM Still Image TYPES

    Oracle recommends that you replace SQL/MM still image with ORDImage for image processing.

  • Deprecation of Oracle Multimedia DICOM support, including the ORDDicom TYPE, the ORD_DICOM package, and the ORD_DICOM_ADMIN package

    There is no replacement for DICOM support in Oracle Database.

  • Deprecation of the following from the DBMS_UTILITY package:

    • DBMS_UTILITY.GET_PARAMETER_VALUE function

    • DBMS_UTILITY.ANALYZE_PART_OBJECT procedure

    There are no replacements for these subprograms.

  • Deprecation of the DBMS_XSLPROCESSOR.CLOB2FILE procedure

    Use DBMS_LOB.CLOB2FILE instead.

  • Deprecation of the DBMS_XSLPROCESSOR.READ2CLOB function

    Use DBMS_LOB.LOADCLOBFROMFILE instead.

  • Deprecation of the following from the DBMS_AUDIT_MGMT package:

    • DBMS_AUDIT_MGMT.FLUSH_UNIFIED_AUDIT_TRAIL procedure

    • AUDIT_TRAIL_WRITE mode of the AUDIT_TRAIL_PROPERTY parameter of the DBMS_AUDIT_MGMT.SET_AUDIT_TRAIL_PROPERTY procedure

    There is no replacement because there is no longer any need to manually write audit records to disk. Starting with this release, audit records are written directly to an internal relational table, bypassing the common logging infrastructure queues.

Desupported Features

List of desupported features in Oracle Database 12c Release 2 (12.2) PL/SQL Packages and Types Reference.

The following features are desupported in Oracle Database 12c Release 2 (12.2):

  • Desupport of Advanced Replication

    The Oracle Database Advanced Replication feature is desupported in its entirety. The desupport of this feature includes all functionality associated with this feature: multimaster replication, updateable materialized views, hierarchical materialized views, and deployment templates. Read-only materialized views are still supported with basic replication.

    Oracle recommends that you replace your use of Advanced Replication with Oracle GoldenGate.

  • Desupport of the following subprograms from the DBMS_XDB_ADMIN package:

    • CREATEREPOSITORYXMLINDEX

    • XMLINDEXADDPATH

    • XMLINDEXREMOVEPATH

    • DROPREPOSITORYXMLINDEX

    There is no replacement.