OracleAs a well-known database product in the industry, it has been widely used in enterprises. The first step to use the software is to successfully install the software. In this exampleOracleInLinuxThe installed version isOracle 10g. 1.Preparations before installation 1.1Check hardware requirements
(1) Physical memory at least 1 GB
(2) Virtual memory (SWAP space) based on the physical memory size requirements are as follows
650) this. width = 650; ">
(3) The/tmp directory requires at least MB of hard disk space.
(4) According to different installation types, the partitions for Oracle database installation must have at least GB-GB of free disk space.
650) this. width = 650; ">
(5) Confirm that the hardware platform matches the oracle version (32-bit and 64-bit ).
1.2 check software requirements (1) Operating System Platform Currently, Oracle has only been tested on the following Linux platforms:
650) this. width = 650; ">
Since it is installed laterOracleThe system version number will be checked. To avoid passing the test, it is best to change it4.4
Method: Modify/Etc/issueFile
[Root @ oracle ~] # Cat/etc/issue
Red Hat Enterprise Linux Server release4.4(Tikanga)
Kernel \ r on an \ m
(2) Kernel version
Recommended in2.4Later versions
[Root @ oracle ~] # Uname-r
2.6.18-164. el5
(3) Install the dependent Software Package
Oracle 10gThe list of software dependencies is as follows:
Binutils
Compat-db
Compat-gcc-34
Compat-gcc-34-c ++
Compat-libstdc ++-33
Compat-libstdc ++
Gcc
Gcc-c ++
Glibc
Glibc-common
Glibc-devel
Glbic-headers
Libgcc
LibXp
LibXp-devel
LibXt
LibXtst
Libaio
Libaio-devel
Libgcc
Libstdc ++
Libstdc ++-devel
Libgomp
Make
Numactl-devel
Sysstat
RecommendedYumDependent software packages required for service installation can automatically resolve dependencies between software packages.
Yum-y install binutils compat-db compat-gcc-34 compat-gcc-34-c ++ compat-libstdc ++-33 compat-libstdc ++ gcc-c ++ glibc-common glibc-develGlbic-headers libgcc libXp libXt libXtst libaio-devel libgcc libstdc ++-develLibgomp make numactl-devel sysstat
Note that64Do not ignore Installation32Or an error may be reported:
/Tmp/OraInstall2012-01-07_01-03-21AM/jre/1.4.2/lib/i386/libawt. so: libXp. so.6: cannot open shared object file: No such file or directory