Heim >Datenbank >MySQL-Tutorial >Ubuntu安装Oracle 10g错误utilities ctx_on,all_no_orcl ihsodbc,tns

Ubuntu安装Oracle 10g错误utilities ctx_on,all_no_orcl ihsodbc,tns

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:57:421143Durchsuche

具体安装过程在前面的CentOS 5.3 安装配置Oracle 10g 手动启动及自启动服务 的帖子中,一点变化都没有,照做就是。这里说一下在U

具体安装过程在前面的CentOS 5.3 安装配置Oracle 10g 手动启动及自启动服务 的帖子中,一点变化都没有,照做就是。这里说一下在Ubuntu 10.04中错误的解决办法
1,error in invoking target 'utilities ctx_on' of makefile
安装前执行 ln -s /usr/bin/basename /bin/basename

2,error in invoking target 'all_no_orcl ihsodbc' of makefile
oracle编译时需要用libstdc++.so.5 ,,解决办法:做个软链接
sudo ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5

3,ora-12547:tns:lost contact 解决办法
sudo sudo apt-get install libaio-dev

基本就遇到这三个问题,注:Ubuntu 10.04为默认安装

linux

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn