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

  • 相关阅读:
    zoj 3693, 卡精度
    zoj 3690, 计数 dp , 快速幂
    hdu 1496,枚举
    zoj 2399, 哈弗曼编码
    poj 2560,mst
    poj 2007, 乱搞,计算几何
    bnu 29064, 期望 水题
    img,bg
    垂直居中,定位的方法
    .reverse ,join,split区分
  • 原文地址:https://www.cnblogs.com/51linux/p/3294298.html
Copyright © 2011-2022 走看看