linux存储库rep 61082,安装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
Database driver error...
Function Name : Logon
Error while trying to retrieve text for error ORA-12154
Database driver error...
Function Name : Connect
Database Error: Failed to connect to database using user [test1] and connection string [test]

1ec85e5351c96cc5c45080f1b0fcd96b.png

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.

c7e67bbd1e2d57ea1fd783dfaf4867d9.png

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

关于安装VS2010过程中的错误

下午本来安装好了VS:但是后来由于自己更新太多功能:直接使得VS太卡打不开:卸载重装:但是卸载的时候在“开始”里面的帮助文档和一些目录在卸载项里面没有:而在“开始"菜单就有:所以我索性把整个 ...

安装php过程中的错误和解决方式 configure: error: jpeglib.h not found

centos6.5 32位系统: checking for the location of libpng... yeschecking for the location of libXpm... no ...

在Linux下安装PHP过程中,编译时出现错误的解决办法

在Linux下安装PHP过程中,编译时出现configure: error: libjpeg.(a|so) not found 错误的解决办法 configure: error: libjpeg.(a ...

【转】SQL Server -- 已成功与服务器建立连接,但是在登录过程中发生错误

SQL Server -- 已成功与服务器建立连接,但是在登录过程中发生错误 最近在VS2013上连接远程数据库时,突然连接不上,在跑MSTest下跑的时候,QTAgent32 crash.换成IIS ...

安装PHP过程中,make步骤报错:(集合网络上各种解决方法)

安装PHP过程中,make步骤报错:(集合网络上各种解决方法) (1)-liconv -o sapi/fpm/php-fpm /usr/bin/ld: cannot find -liconv coll ...

随机推荐

Mybatis学习——一对多关联表查询

1.实体类 public class Student { private int id; private String name; } public class Classes { private i ...

bootstrap快速入门笔记(三)响应式,行,列,偏移量,排序

一,响应式列重置 .clearfix

...

【学习笔记】tensorflow实现一个简单的线性回归

目录 准备知识 Tensorflow运算API 梯度下降API 简单的线性回归的实现 建立事件文件 变量作用域 增加变量显示 模型的保存与加载 自定义命令行参数 准备知识 Tensorflow运算AP ...

Spring4之IOC

或第六讲前也是讲此知识. \[www.dev1234.com]一头扎进Spring4视频教程\一头扎进Spring4源码\[www.java1234.com]第六 ...

vue中关于v-for性能优化---track-by属性

vue中关于v-for性能优化---track-by属性 最近看了一些react,angular,Vue三者的对比文章,对比来说Vue比较突出的是轻量级与易上手. 对比Vue与angular,Vue有 ...

Linux 安装JavaEE环境之jdk安装笔记

1.安装jdk 先用xftp将jdk的压缩包上传到 /opt/ 2.在/usr/local/下使用命令mkdir java创建java目录 将jdk-7u79-linux-x64.gz解压缩至/usr ...

Spring(十七):Spring AOP(一):简介

背景: 需求: 给一个计算器计算函数执行前后添加日志. 实现: 1)直接在函数中修改代码: IArithmeticCalculator.java接口类 package com.dx.spring.be ...

C118+OSMCOMBB嗅探短信

ubuntu系统:12.04.4, 下载地址:http://cdimage.ubuntu.com/releases/12.04.4/release/ 编译环境下载 : http://pan.baidu ...

Rafy中的IOC

Rafy是什么可以通过下面博客来了解 Rafy 领域实体框架演示(3) - 快速使用 C/S 架构部署 - BloodyAngel - 博客园 以下是看源码中的一点记录,供以后学习使用 主要是Rafy ...

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值