zoukankan      html  css  js  c++  java
  • ORA-06553: PLS-553: character set name is not recognized, while starting Content Store

    Symptom

    CM-CFG-5029 Content Manager is unable to determine whether the content store is initialized.
    ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-553: character set name is not recognized

    Cause

    Unicode was not defined correctly for the particular Database.
    Environment

    Oracle 10.2 as Content Store
    Resolving the problem

    Make sure you setup the Database with the following settings,

    1. NLS_CHARACTERSET=AL32UTF8

    2. NLS_NCHAR_CHARACTERSET=AL16UTF16

    Steps:1. Select * from NLS_DATABASE_PARAMETERS

    2. Check that NLS_CHARACTERSET and NLS_NCHAR_CHARACTERSET are both set to the above.

    NOTE: In some cases, the database may have been created using a different character set, and was then manually modified to match the above character set. If this is the case, and you are still getting the above error, recreate the database with the correct character set from the outset.
    Related information

    See Java Garbage Management on http://support.cognos.com/supported/tti/public/docs/cognos_pp_performance_java_garbage_collection.pdf?lid=cognos_pp_performance_java_garbage_collection. Shows how to capture Oracle JDBC logs.

    Historical Number

    1030764

    原文 http://www-01.ibm.com/support/docview.wss?uid=swg21370779

  • 相关阅读:
    Yii2 composer报错处理
    bootstrap元素居中
    前端面试题
    control-lable的用法
    jenkins持续集成搭建
    gitlab管理平台搭建
    mysql8.0.11安装
    nexus私服搭建、配置、使用
    mysql5.7.22安装
    nginx配置阿里云免费ssl证书实现https化
  • 原文地址:https://www.cnblogs.com/51linux/p/3294298.html
Copyright © 2011-2022 走看看