Oracle 10g process Memorandum on RedHat Enterprise Linux 5

Source: Internet
Author: User

The RedHat Enterprise Linux 5 installation was successful, but many errors occurred while installing Oracle.

The official Oracle 10g version website is here.

You do not need to register for downloading with thunder. You need to register for IE downloading.

1. Install related software packages
The list is as follows:
Binutils-2.15.92.0.2-13.EL4
Compat-db-4.1.25-9
Compat-libstdc ++-296-2.96-132.7.2
Control-center-2.8.0-12
Gcc-3.4.3-22.1.EL4
Gcc-c ++-3.4.3-22.1.EL44
Glibc-2.3.4-2.9
Glibc-common-2.3.4-2.9
Gnome-libs-1.4.1.2.90-44.1
Libstdc ++-3.4.3-22.1
Libstdc +-devel-3.4.3-22.1
Make-3.80-5
Pdksh-5.2.14-30
Sysstat-5.0.5-1
Xscreensaver-4.18-5.rhel4.2
Setarch-1.6-1
Libaio-0.3.103-3
LibXp (as 5)

2. Edit the vi/etc/sysctl. conf file, and add the following line www.bkjia.com at the end (if the original file is repeated, block it)
Kernel. shmall = 2097152
Kernel. shmmax = 268435456
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
Run/sbin/sysctl-p

3. Edit the vi/etc/security/limits. conf file and add the following lines at the end.
Oracle soft nproc 2047
Hard nproc 16384
Oracle soft nofile 1024
Oracle hard nofile 65536

4. Create the relevant installation directory
Mkdir/u01
Mkdir/u01/app
Mkdir/u01/app/oracle

5. Create dba, oinstall group and oracle user
# Groupadd oinstall
# Groupadd dba
# Useradd-g oinstall-G dba-d/u01/app/oracle-s bin/bash
# Passwd oracle
# Chown-R oracle. oinstall/u01

  • 1
  • 2
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.