Changes in This Release for Oracle Database Globalization Support Guide
This preface contains:
Changes in Oracle Database 12c Release 2 (12.2)
The following are changes in Oracle Database Globalization Support Guide for Oracle Database 12c Release 2 (12.2).
New Features
-
Support for Unicode 7.0, a major version of the Unicode Standard that supersedes all previous versions of the standard.
See "Unicode Support"
-
Unicode character set
AL32UTF8
is now used as the default database character set when a database is created using Oracle Universal Installer (OUI) or Oracle Database Configuration Assistant (DBCA). TheAL32UTF8
character set is Oracle's implementation of the industry standardUTF-8
encoding, which supports most of the written languages of the world. Making theAL32UTF8
character set the default character set for new database deployments enables the database to support multilingual globalized applications out-of-the-box. -
Support for pluggable databases (PDBs) with different database character sets in a multitenant container database (CDB). In the earlier Oracle Database release, it was mandatory to have the same database character set for all the PDBs in a CDB.
See "Choosing a Database Character Set for a Multitenant Container Database"
-
The column-level collation feature allows you to declare character comparison rules on the column level. The collation declared for a column is automatically applied to all the collation-sensitive SQL operations referencing that column. This enables applications to consistently apply language-specific comparison rules to exactly the data that needs these rules. Implementing this feature simplifies application migration to Oracle Database from non-Oracle database systems that support column-level collation declaration.
See "Column-Level Collation and Case Sensitivity"
The column-level collation feature also allows you to declare a case-insensitive collation for a table or a schema, so that all the columns in a table or a schema can be always compared in a case-insensitive way. Thus, using this feature, you can now easily create the whole database as a case-insensitive database.
Deprecated Features
-
The Unicode Collation Algorithm (UCA) 6.1 collations (UCA0610_*) are deprecated in this release. They can be desupported and unavailable in a future release. Oracle recommends the use of UCA 7.0 collations (UCA0700_*) instead.
See Table A-15 for the list of UCA collations supported in this release.
Changes in Oracle Database 12c Release 1 (12.1)
The following are changes in Oracle Database Globalization Support Guide for Oracle Database 12c Release 1 (12.1).
New Features
-
Support for Unicode 6.2, a major version of the Unicode Standard that supersedes all previous versions of the standard.
-
Support for new locales.
See "Locale Data".
-
Support for the Unicode Collation Algorithm
-
The Database Migration Assistant for Unicode (DMU)
The Database Migration Assistant for Unicode (DMU) is an intuitive and user-friendly GUI product that helps you streamline the migration process through an interface that minimizes the manual workload and ensures that the migration tasks are carried out correctly and efficiently. It replaces the
CSSCAN
andCSALTER
utilities as the supported method for migrating databases to Unicode.See "Migrating Character Data Using the Database Migration Assistant for Unicode" and Oracle Database Migration Assistant for Unicode Guide for more details.
Desupported Features
Some features previously described in this document (the CSSCAN
and CSALTER
utilities) are desupported in Oracle Database 12c Release 1 (12.1). See Oracle Database Upgrade Guide for a list of desupported features.