There are a lot of Oracle10g documents searched online. I have sorted them out and hope to give them a reference.
Configure the environment RedHat4.2 cpu: p42.8 dual-core memory 1g NIC: realtek RTL8169/8110 depressed Nic
Disk size: 10 Gb dual-system, XP data, all on xp, can be achieved through mount-t vfat/dev/sda5/mnt
Why is sda? Sometimes it is hda. It mainly depends on the one in dev, that is, drive C, and drive D.
Install Oracle10GS2 on RHEL4U4
Step 1: Check whether the following software packages are installed.
1. rpm-qa | grep
Gcc-3.2.3-34
Gcc-c ++-3.2.3-34
Glibc-2.3.2-95.20
Make-3.79.1
Openmotif21-2.1.30-8
Setarch-1.3-1
Compat-db-4.0.14-5
Compat-gcc-7.3-2.96.128
Compat-gcc-c ++-7.3-2.96.128
Compat-libstdc ++-7.3-2.96.128
Compat-libstdc ++ devel-7.3-2.96.128
Generally, only compat-libstdc ++-devel-7.3-2.96.128 is not installed.
2. patch the system
P4198954_21_linux.zip installation is optional
But libaio-0.3.102-1.i386.rpm and libaio-devel0.3.102-1.i386.rpm
These two must be installed, the third Disk of the file source Disc
Step 2: configure the installation directory and oracle Permissions
1. Create a user/group;
Groupadd dba
Groupadd orainstall
Useradd oracle-g orainstall-G dba
Passwd oracle
This directory is the oracle user directory under/home/oracle
2. Create an oracle installation folder (sample );
Mkdir-p/opt/oracle/product/10g
Mkdir/opt/oracle/database
Chown-R oracle. orainstall/opt/oracle
Chmod 755-R/opt/oracle
This directory is installed with oracle under/opt and first check the folders in/opt.
The reason is that when oracle is installed, if the environment variable is incorrect, you need to configure the environment variable again and clear the files that are not the original records under/opt.
[Content navigation] |
Page 1st: oracle10g documents under linux4.2 |
Page 2nd: oracle10g documents under linux4.2 |
Page 3rd: oracle10g documents under linux4.2 |
Page 4th: oracle10g documents under linux4.2 |
Page 5th: oracle10g documents under linux4.2 |
|