• 安装informatic过程中的错误


    1.Check if the DISPLAY variable is set 

      export DISPLAY=192.168.3.201:0.0 

      在注销用户并切换到oracle或者infa 用户,就可以执行了(重新开个窗口登录)

    2.Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot open shared object file: No such file or directory]Database driver event...Error occurred loading library [libpmora8.so]

    [root@node2 /]# find / -name "libclntsh.so.10.1"
    /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1
    [root@node2 /]# ls /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1 /lib64/libclntsh.s
    ls: cannot access /lib64/libclntsh.so.10.1: No such file or directory
    /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1
    [root@node2 /]# ln -s /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1 /lib64/libclnts
    [root@node2 /]# 

    3.Failed to logon to Database server<br>Database driver error...<br>Function Name : Logon<br>Error while trying to retrieve text for error ORA-12154<br><br>Database driver error...<br>Function Name : Connect<br>Database Error: Failed to connect to database using user [test1] and connection string [test]

     4.961安装过程中出现的问题

     [[REP_61082] AdminConsole's code page (UTF-8 encoding of Unicode) is not one-way compatible to repository infa_rep's code page (MS Windows Simplified Chinese,

      解决办法:export LANG=C 然后重启informatic

    详情见:https://kb.informatica.com/solution/5/Pages/19029.aspx?myk=[[REP_61082]%20AdminConsole%27s%20code%20page%20(UTF-8%20encoding%20of%20Unicode)%20is%20not%20one-way%20compatible%20to%20repository%20infa_rep%27s%20code%20page%20(MS%20Windows%20Simplified%20Chinese,

     5.抽中文乱码   在infa 用户下没有设置环境变量  export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK  NLS_LANG 针对Oracle语言、地区、字符集的设置,对oracle中的工具有效

    select  * from OPB_REPOSIT t

    修改host 文件 

    6.启动集成服务时,存储库服务要切换到普通模式

    7.

    https://kb.informatica.com/solution/23/Pages/55/367136.aspx?myk=REP-57060

  • 相关阅读:
    C#中的const和readonly之间的不同(转)
    文字在状态栏上从右往左显示,而且是循环的
    文字在状态栏上从左往右一个一个地显示
    猛然发现,已经第100篇随笔了
    怎样使按钮响应回车键
    编程之我见(二 类库)初露牛角
    编程之我见(一 语言)小试牛刀
    开始→运行→输入的命令集锦(转)收藏
    显示走动的数字时间和显示星期,年,月,日
    在两个页面之间互相写其控件内的值
  • 原文地址:https://www.cnblogs.com/jycjy/p/8342454.html
Copyright © 2020-2023  润新知