exceljava 发表于 2013-1-16 02:26:43

Redflag Asianux 3.0 安装oracle 10g

RedFlag的版本是Redflag Asianux Workstation 3 for x86
Oralce的版本是10201_database_linux32.zip
 
因为oracle只支持如下版本:
 
检查操作系统版本: 必须是redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2而Redflag Asianux是redhat-5,所以,要更改版本信息:
 
# vi /etc/redhat-releaseRed Hat Enterprise Linux Server release 3 (Tikanga) 这里改为release 3。
还要更改内核信息:
 
# vi /etc/security/limits.conf 添加如下内容:
   oracle soft nproc 2047
oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536有人还说需要更改:/etc/sysctl.conf,根据我的测试,似乎并不需要。
 
然后要创建用户和用户组:
 
# groupadd dba# groupadd oinstall# useradd -g oinstall -G dba oracle# passwd oracleChanging password for user oracle.New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. 
 
 
 切换用户到oracle用户,进入解压后的oracle安装程序所在目录,运行
页: [1]
查看完整版本: Redflag Asianux 3.0 安装oracle 10g