天道酬勤

Oracle and My Life

Archive for the ‘install’ tag

Install Oracle EBS R12.1.1 on OEL5.6

leave a comment

最近公司有一个ERP的项目,客户选用Oracle E-Business Suit R12。在这之前我从未使用过任何ERP软件,既然这样,最好的办法就是自己搭建一个环境感受一下。

Written by ochef

April 14th, 2011 at 9:12 pm

Posted in Database

Tagged with , ,

libXp.so.6: cannot open shared object file: No such file or directory

one comment

OEL5.3上安装Oracle 10g时提示如下错误:

Exception in thread “main” java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-11-25_02-34-42PM/jre/1.4.2/lib/i386/libawt.so:libXp.so.6: cannot open shared object file: No such file or directory

原因是缺少了包,装上如下的包就可以了。

# rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm

记录一下以免过段时间又忘了。

-The End-

Written by ochef

November 25th, 2009 at 3:38 pm

Posted in Database

Tagged with

Install IDS 11.5 UC5 for Linux

leave a comment

感谢chinaunix.net上zhaowuxing提供的免key无限制正式版软件,欲知更多内容请看帖子

环境:VMware + Linux AS 4 + IDS 11.5

安装主机名为informix,创建的informix服务为ochef,创建的数据库名为ochefdb。

一、创建用户、组、安装目录

[root@informix ~]# groupadd informix

[root@informix ~]# useradd -g informix  Informix

[root@informix ~]# passwd informix

[root@informix ~]# mkdir -p /opt/IBM/informix

二、环境变量设置

1.Login as informix user

[informix@informix ~]$ vi /home/informix/.bash_profile

export  INFORMIXDIR=/opt/IBM/Informix

export  INFORMIXSERVER=ochef

export  ONCONFIG=onconfig.ochef

PATH=$PATH:$HOME/bin:$INFORMIXDIR/bin

export PATH

2.修改系统配置

Login as root user

[root@informix ~]#  vi  /etc/services

在文件尾添加:sqlexec  9088/tcp

三、安装IDS Enterprise Edition V11.50.UC5

Login as root user

[root@informix ids]# tar xvf IDS_EE_V11.50.UC5_Linux_x86.tar

[root@informix ids]# ./ids_install

以下省略部分图片:

01

选择安装目录

04

选择安装部件和类型

05

Read the rest of this entry »

Written by ochef

September 9th, 2009 at 2:36 pm

Posted in Database

Tagged with ,

Install DB2 9.1 for Linux

leave a comment

DB2的安装其实蛮简单的,与 Sybase的安装界面大同小异,详细步骤请参阅下文。

一、安装DB2

在主机上mount DB2_ESE_9_1_0_0_LNX_x86.iso的光盘。

[root@db2 V9.1]# mount /dev/cdrom /mnt
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@db2 V9.1]# cd /mnt
[root@db2 mnt]# ls
db2  db2_install  db2setup  doc  installFixPack
[root@db2 mnt]#./db2setup

从这里开始一路狂点吧…

db2_install01

db2_install02

db2_install03

db2_install04

Read the rest of this entry »

Written by ochef

September 7th, 2009 at 1:33 pm

Posted in Database

Tagged with ,

无觅相关文章插件,快速提升流量