免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4420 | 回复: 6
打印 上一主题 下一主题

求助关于SUSE10上安装oracel的文档 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-19 14:31 |只看该作者 |倒序浏览
10可用积分
各位 大侠
      谁能给份SUSE10.1上安装oralcel9.2.0.4和oracle10.2.01的文档,我急需,需要测试。
谢谢各位老大的支持有的话可以发我邮箱:happymam@sina.com或者ldj_2896@163.com
或者直接贴出来也行,大家学习下

论坛徽章:
0
2 [报告]
发表于 2007-04-19 17:24 |只看该作者

论坛徽章:
0
3 [报告]
发表于 2007-04-19 18:37 |只看该作者
suse 官方有安装补丁,装了后什么都不用管就可以安装了....

论坛徽章:
0
4 [报告]
发表于 2007-05-09 11:54 |只看该作者
装了几个必须的软件就可以拉

论坛徽章:
0
5 [报告]
发表于 2007-05-10 16:39 |只看该作者
看看,测试一下!顶……

论坛徽章:
0
6 [报告]
发表于 2007-05-30 15:06 |只看该作者
我在suse 9 企业版上总结了一下:
1.linux上必须安装的包有
gcc-3.8.3-43
gcc-c++3.3.3-43
glibc-2.3-98
libaio-0.3.98
libaio-devel-0.3.98
make-3.80
openmotif-libs-2.2.2-519.2


2.创建用户和组


/usr/sbin/groupadd oinstall
/usr/sbin/groupadd dba
/usr/sbin/useradd -g oinstall -G dba oracle


3.修改系统内核参数

kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144

(这块和好多文档上写的不一样。多了net.core)
把上面加入到/etc/sysctl.conf
然后执行sysctl -p


4.Add the following lines in the /etc/security/limits.conf file:


oracle           soft    nproc   2047
oracle           hard    nproc   16384
oracle           soft    nofile  1024
oracle           hard    nofile  65536


5.dd the following line to the /etc/pam.d/login file, if it does not already exist:


session    required     /lib/security/pam_limits.so


6.把下面内容加入到.profile中
umask 022

ORACLE_BASE=/u01/app/oracle/oracle
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
ORACLE_SID=orcl
PATH=$ORACLE_HOME/binPATH

export PATH
export ORACLE_BASE ORACLE_HOME ORACLE_SID

7.安装oracle步骤省略

论坛徽章:
0
7 [报告]
发表于 2007-05-31 09:50 |只看该作者
LS的没有必要这么复杂,直接找suse的官方orarun的rpm包,安装一下,什么都解决了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP