zoukankan      html  css  js  c++  java
  • Oracle 12C 新特性之 db默认字符集AL32UTF8、PDB支持不同字符集

    一、 db默认字符集AL32UTF8
    Specify the database character set when you create the database. Starting from Oracle Database 12c Release 2, if you use Oracle Universal Installer (OUI) or Oracle Database Configuration Assistant (DBCA) to create a database, then the default database character set used is the Unicode character set AL32UTF8.

    12.2之前版本的数据库中,数据库的默认字符集都是根据操作系统的字符集来定的。在12.2中,在安装数据库的时候,数据库默认的字符集为AL32UTF8。

    二、  PDB支持不同字符集

    Per-PDB Character Set的有几个前提条件:
    1) CDB must be AL32UTF8
    2) Application Container requires single character set
    3) National character set also supported per PDB
    4) Truncation of data can occur in cross-container queries if data conversion to UNICODE causes expansion

    从12.2起引入新特性同一CDB中每个PDB可以使用不同的字符集,前提CDB是AL32UTF8。 如CDB是AL32UTF8,其中的PDB1为ZHS16GBK , 从其它CDB plug-in一个其他字符集的PDB也是允许的,在plug-in PDB过程中并不会转换字符集。

  • 相关阅读:
    要开学了,暂时停更
    day13 IP包头分析 | 路由器原理 1
    day12 数据链路层 | 交换机基本命令
    day11 OSI与TCP-IP 5层协议 | 物理层相关知识
    day10 扫描与爆破
    day 09 简单渗透测试
    day07 PKI
    day07 域
    day06 WEB服务器 | FTP服务器
    day05 DHCP部署与安全 | DNS部署与安全
  • 原文地址:https://www.cnblogs.com/andy6/p/6863642.html
Copyright © 2011-2022 走看看