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

  • 相关阅读:
    H3C 配置vlan及vlan间路由
    H3C 端口安全技术
    H3C 备份系统应用程序与文件
    H3C 类似于Linux编辑命令
    H3C telnet
    H3C基本命令
    Python里的目录
    Python 模块
    Python 函数
    JS 100内与7相关的数
  • 原文地址:https://www.cnblogs.com/51linux/p/3294298.html
Copyright © 2011-2022 走看看