Oracle11G安装相对于10G的小变动:
平台:Redhat AS4 U4
Oracle版本:Oracle 11g 11.1.0.6.0
整个安装过程就不说了,与10G没多大区别,感觉11G在检查系统环境这一步,提示更加清楚了,其中二个TCP/IP相关的参数与10G要求不一样了:
#oracle 11g
net.core.rmem_default = 4194304
net.core.rmem_max= 4194304
#Oracle 10G
#net.core.rmem_default = 262144
#net.core.rmem_max= 262144
还有11G比10G要求多了一个系统包:
elfutils-libelf-devel-0.97.1-3.i386.rpm
elfutils-libelf-devel-0.97.1-3.x86_64.rpm
阅读(574) | 评论(0) | 转发(0) |