Use the TAR command in Linux to quickly deploy and install Oracle

Source: Internet
Author: User
In Linux, you can use the tar command to quickly deploy and install Oracle. Of course, if you have a database tar package that has been carefully optimized,

In Linux, you can use the tar command to quickly deploy and install Oracle. Of course, if you have a database tar package that has been carefully optimized,

In Linux, you can use the tar command to quickly deploy and install Oracle. Of course, if you have a database tar package that has been carefully optimized ,, you can quickly deploy and install the tool on other servers using the solution tar.
The following shows the "quick" process (which steps can be simplified ?).

----------------------------------------------------------
1. install required system packages
[Root @ secDB Server] # cd/media/RHEL_5.3 \ x86_64 \ DVD/Server/
Rpm-ivh setarch-2 *
Rpm-ivh make-3 *
Rpm-ivh glibc-2 *
Rpm-ivh libaio-0 *
Rpm-ivh compat-libstdc ++-33-3 *
Rpm-ivh compat-gcc-34-3 *
Rpm-ivh compat-gcc-34-c ++-3 *
Rpm-ivh libXp-1 *
Rpm-ivh openmotif-2 *
Rpm-ivh compat-db-4 *

----------------------------------------------------------
2. Modify the sysctl. conf file and run the "sysctl-p" command to make it take effect.
# Vi/etc/sysctl. conf
Kernel. shmmni = 4096
# Semaphores: semmsl, semmns, semopm, semmni
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

#/Sbin/sysctl-p

----------------------------------------------------------

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.