Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Redhat5.5 installation oracle 11g

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

First upload the oracle installation file to the linux server

1. Decompress zip

Unzip linux.x64_11gR2_database_1of2.zip

Unzip linux.x64_11gR2_database_2of2.zip

two。 Create an installation directory

Mkdir / opt/oracle

3. Create a user group:

Groupadd dba

Groupadd oinstall

4. Create a user:

Useradd-g oinstall-G dba oracle

Passwd oracle

Assign the / opt/oracle directory to oracle users, oinstall user groups

Chown-R oracle:oinstall / opt/oracle

5. Install the dependency package (installed through the redhat5.5 installation image)

Mount cdrom

Mkdir / mnt/cdrom

Mount / dev/cdrom / mnt/cdrom (/ mnt/cdrom/Server)

Enter the path where the package is located:

Cd / mnt/cdrom/Server

Start installing the required software packages:

Rpm-ivh unixODBC-2.2.11-7.1.x86_64.rpm

Rpm-ivh unixODBC-devel-2.2.11-7.1.x86_64.rpm

Rpm-ivh unixODBC-2.2.11-7.1.i386.rpm

Rpm-ivh unixODBC-devel-2.2.11-7.1.i386.rpm

Rpm-ivh sysstat-7.0.2-3.el5.x86_64.rpm

Rpm-ivh libstdc++-devel-4.1.2-48.el5.x86_64.rpm

Rpm-ivh libaio-devel-0.3.106-5.x86_64.rpm

Rpm-ivh libaio-devel-0.3.106-5.i386.rpm

Rpm-ivh elfutils-libelf-devel-0.137-3.el5.x86_64.rpm elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm (interdependent, simultaneous installation)

Rpm-ivh kernel-headers-2.6.18-194.el5.x86_64.rpm

Rpm-ivh glibc-headers-2.5-49.x86_64.rpm

Rpm-ivh glibc-devel-2.5-49.x86_64.rpm

Rpm-ivh glibc-devel-2.5-49.i386.rpm

Rpm-ivh libgomp-4.4.0-6.el5.x86_64.rpm

Rpm-ivh gcc-4.1.2-48.el5.x86_64.rpm

Rpm-ivh gcc-c++-4.1.2-48.el5.x86_64.rpm

6. Modify linux kernel parameters

/ etc/sysctl.conf

/ etc/security/limits.conf

How to modify it, please google yourself.

7. Log in as oracle (not through su switching)

Execute:

Export DISPLAY=:0.0

Xhost +

Xdpyinfo

8. Go to the oracle file directory and execute

. / runInstaller

9. Start the installation interface and install step by step.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report