Changes in Oracle Database 12c Release 2 (12.2)
The following are changes in Oracle Database SecureFiles and Large Objects Developer's Guide for Oracle Database 12c Release 2 (12.2).
New Features
-
Support for Network File System (NFS) protocol
See Introducing Network File System (NFS) for more information.
-
Collation with LOB data types
The default and the only supported collation with LOB data types is
USING NLS_COMP
. Table columns with data typeBLOB
,CLOB
, andNCLOB
haveUSING NLS_COMP
as default collation value and specifying any other collation value will throw an error.See Oracle Database SQL Language Reference for more information.
-
Support for Distributed LOBs
You can select a persistent LOB from a remote table into a local LOB variable and use it in SQL statements, DBMS_LOB and OCILob API
See Distributed LOBs, for more information.
-
Support for
TO_CLOB
(BFILE
/BLOB
),TO_BLOB
(BFILE
), andTO_CHAR
(BFILE
/BLOB
) operators.See Oracle Database SQL Language Reference for more information.
-
Support for Database File system (DBFS) POSIX File locking feature.
See Database File System (DBFS)— POSIX File Locking, for more information.
-
The following SQL functions on lob columns are enabled for predicate evaluation in Exadata cell server.
-
LENGTH
-
SUBSTR
-
INSTRM CONCAT
-
LPAD
-
RPAD
-
LTRIM
-
RTRIM
-
LOWER
-
UPPER
-
NLS_LOWER
-
NLS_UPPER
-
NVL
-
REPLACE
-
REGEXP_INSTR
-
TO_CHAR.
-
Deprecated Features
The following list of features is deprecated in Oracle Database 12c Release 2 (12.2), and may be desupported in a future release.
-
DBMS_LOB.LOADFROMFILE
Procedure.Use
DBMS_LOB.LoadClobFromFile
orDBMS_LOB.LoadBlobFromFile
instead. -
LOB Buffering subsystem APIs
The following functions are deprecated beginning with Oracle 12c Release 2 (12.2):
In place of using these LOB buffering functions, use the LOB prefetch feature described in Prefetching of LOB Data, Length, and Chuck Size.
-
DBMS_XSLPROCESSOR.CLOB2FILE
procedure.Use
DBMS_LOB.CLOB2FILE
procedure instead.
Desupported Features
The following feature is desupported in Oracle Database 12c Release 2 (12.2):
-
Desupport of Advanced Replication
The Oracle Database Advanced Replication feature is desupported in its entirety from Oracle Database 12c Release 2 (12.2) release.
See Also:
-
Oracle Database Upgrade Guide for more information.
-