oracle安裝步驟
Linux as5 安裝oracle10g日期:2010-02-01t編寫:李曉版本:v1.21.t修改/etc/redhat-release修改內(nèi)容如下(藍色修改,紅色新增):Red Hat Ent
Linux as5 安裝oracle10g
日期:2010-02-01t
編寫:李曉
版本:v1.2
1.t修改/etc/redhat-release
修改內(nèi)容如下(藍色修改,紅色新增):
Red Hat Enterprise Linux Server release 4 (Tikanga)
2.t修改/etc/hosts
修改為自己本機的ip地址,盡量不要用127.0.0.1
修改內(nèi)容如下(藍色修改,紅色新增):
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.1.125tlocalhost.localdomaintlocalhost
::1tlocalhost6.localdomain6tlocalhost6
3.t執(zhí)行命令依次安裝下面的包
libXp-1.0.0-8.i386.rpm
openmotif22-2.2.3-18.i386.rpm
compat-db-4.2.52-5.1.i386.rpm
compat-gcc-34-3.4.6-4.i386.rpm
compat-gcc-34-c -3.4.6-4.i386.rpm
compat-libstdc -33-3.2.3-61.i386.rpm
libaio-devel-0.3.106-3.2.i386.rpm
命令如下:
rpm –ivh libXp-1.0.0-8.i386.rpm
rpm –ivh openmotif22-2.2.3-18.i386.rpm
rpm –ivh compat-db-4.2.52-5.1.i386.rpm
rpm –ivh compat-gcc-34-3.4.6-4.i386.rpm
rpm –ivh compat-gcc-34-c -3.4.6-4.i386.rpm
rpm –ivh compat-libstdc -33-3.2.3-61.i386.rpm
rpm –ivh libaio-devel-0.3.106-3.2.i386.rpm
4.t修改/etc/ sysctl.conf內(nèi)核參數(shù)
修改內(nèi)容如下(藍色修改,紅色新增):
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
#kernel.shmmax = 4294967295
# Controls the maximum number of shared memory segments, in pages
#kernel.shmall = 268435456
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
fs.file-max = 65536
net.ipv4.ip_local_port_range =1024 65000
net.core.rmem_default= 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
5.t執(zhí)行命令使設(shè)置生效
命令如下:
/sbin/sysctl -p
6.t修改/etc/security/limits.conf
修改內(nèi)容如下(藍色修改,紅色新增):
# /etc/security/limits.conf
#
#Each line describes a limit for a user in the form:
#
#
#
#Where:
#
# - an user name
# - a group name, with @group syntax
# - the wildcard *, for default entry
# - the wildcard , can be also used wi