RHEL6.4上ORACLE_10g的安装(4)
时间:2025-07-14
时间:2025-07-14
RHEL6.4上ORACLE_10g的安装
[root@CombaHms Server]# passwd oracle Changing password for user oracle. New UNIX password:
BAD PASSWORD: it is too short Retype new UNIX password:
passwd: all authentication tokens updated successfully.
b.创建oracle目录,并给予权限
[root@CombaHms Server]# mkdir -p /export/home/oracle/product/10.2.0/db_1 [root@CombaHms Server]# mkdir -p /export/home/oracle/product/10.2.0/oradata [root@CombaHms Server]# mkdir -p /export/home/oracle/install [root@CombaHms Server]# chown -R oracle:oinstall /export/home/oracle [root@CombaHms Server]# chmod -R 775 /export/home/oracle
c.修改系统内核参数
[root@CombaHms Server]# vi /etc/sysctl.conf # For install oracle 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