oracle 9.2.0.4在 linux RHELAS4 32位的安裝文件
1.安裝以下包和補丁:
Operating System Requirements
Before installing Oracle9i release 2 on Red Hat Enterprise Linux 4, you must perform. the following steps:
Download and Install Required Packages
Required packages for 32bit (x86) architecture:
binutils-2.15.92.0.2-21
compat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-libcom_err-1.0-5
compat-libcwait-2.1-1
compat-libgcc-296-2.96-132.7.2
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
gcc-3.4.6-3.1
gcc-c++-3.4.6-3.1
glibc-2.3.4-2.25
glibc-common-2.3.4-2.25
glibc-devel-2.3.4-2.25
glibc-headers-2.3.4-2.25
glibc-kernheaders-2.4-9.1.98.EL
libgcc-3.4.6-3.1
make-3.80-6.EL4.i386
Many of these packages depend on other packages.
The compat-oracle-rhel4-1.0-3 and compat-libcwait-2.0-1 packages are available from patch 4198954.(只針對32位)
安裝4198954補丁(只針對32位):
使用root使用者:
$ unzip p4198954_21_LINUX.zip
Archive: p4198954_21_LINUX.zip
creating: 4198954/
inflating: 4198954/compat-oracle-rhel4-1.0-5.i386.rpm
inflating: 4198954/compat-libcwait-2.0-2.i386.rpm
inflating: 4198954/README.txt
#
Note that the compat-oracle-rhel4 and compat-libcwait packages require the xorg-x11-deprecated-libs and xorg-x11-deprecated-libs-devel packages, see above. To install the two RPMs from the 4198954 patch, run:
# rpm -Uvh 4198954/compat-oracle-rhel4-1.0-5.i386.rpm \
4198954/compat-libcwait-2.0-2.i386.rpm
2) 安裝前的準備工作:
2.1. Configuring Kernel Parameters
a. Using any text editor, create or edit the /etc/sysctl.conf file and
add or edit lines similar to the following: (以下引數是oracle推薦使用)
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
By specifying the values in the /etc/sysctl.conf file, they persist
when you reboot the system.
2.2 Setting Shell Limits for the oracle User
To increase the shell limits:
1. Add the following lines to /etc/security/limits.conf file:
oracle hard nofile 65536
oracle soft nofile 65536
oracle hard nproc 16384
oracle soft nproc 16384
3.建立oracle使用者組和檔案目錄
groupadd oinstall
groupadd dba
useradd -g oinstall -G dba oracle
passwd oracle
mkdir -p /orasys/oracle/product/9.2.0
chown -R oracle:oinstall /orasys
chmod 755 -R /orasys
4.設定oracle使用者環境變數 vi /home/oracle/.bash_profile
export LD_ASSUME_KERNEL=2.4.19
export ORACLE_BASE=/orasys/oracle
export ORACLE_HOME=$ORACLE_BASE/product/9.2.0
export ORACLE_SID=ora9i
export ORACLE_TERM=xterm
export NLS_LANG=AMERICAN;
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
export PATH=$PATH:$ORACLE_HOME/bin
5.用oracle使用者登入安裝
先解壓壓縮檔案
gunzip ship_9204_linux_disk1.cpio.gz
gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv
cpio -idmv
cpio -idmv
下面就是按圖形介面來操作了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-417753/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝oracle 9.2.0.4Oracle
- Linux AS3.0 下安裝Oracle9.2.0.4LinuxS3Oracle
- Oracle9.2.0.4 在 Red Hat Enterprise 4上的安裝Oracle
- RHE3+Oracle 9.2.0.4 RAC安裝參考Oracle
- Oracle在Linux上的安裝OracleLinux
- RHEL4上安裝oracle9i-9.2.0.4Oracle
- Oracle BIEE在linux下的安裝OracleLinux
- Fedora Core 3上安裝oracle9i(9.2.0.4)(轉)Oracle
- 【安裝】Linux環境ORACLE 9i安裝(文字版安裝文件)LinuxOracle
- 在linux下安裝oracle bbedLinuxOracle
- Oracle Secure Backup在Linux下的安裝OracleLinux
- ORACLE在linux下的安裝步驟OracleLinux
- 按照online文件在Linux下安裝Oracle 10g RAC(三.安裝clusterware和database)LinuxOracle 10gDatabase
- 靜默安裝ORACLE(文件)Oracle
- 在Oracle Linux 7.1上安裝DockerOracleLinuxDocker
- Oracle在Linux下的安裝,檔案目錄OracleLinux
- oracle10g在linux下的安裝OracleLinux
- 安裝在linux 4.8(32位)安裝oracle 9iLinuxOracle
- Oracle EBS R12 在solaris上的安裝文件已整理好Oracle
- oracle11gR2在Oracle Linux 6.0下的安裝OracleLinux
- Oracle 11G 安裝文件Oracle
- 在Linux下安裝Oracle 10g的方法LinuxOracle 10g
- 在Oracle Linux 6.6下安裝Oracle 11gOracleLinux
- 在Oracle Linux 6.6上安裝Oracle 12cOracleLinux
- Oracle——Linux的安裝OracleLinux
- 【解除安裝】在LINUX/UNIX環境下解除安裝Oracle的OLAP元件LinuxOracle元件
- oracle 11g 11.2.0.3 for oracle linux 6.3安裝文件及問題OracleLinux
- RedHat Advance Server 3上安裝Oracle 9.2.0 並升級到9.2.0.4(轉)RedhatServerOracle
- oracle 10gR2 在solaris 10 x86 上的安裝文件Oracle 10g
- 在oracle linux 5.6上安裝oracle 11g RACOracleLinux
- oracle應該安裝在什麼版本的linux下OracleLinux
- Oracle11gR2 RAC在Linux上的安裝OracleLinux
- linux 下oracle的安裝LinuxOracle
- Linux安裝oracleLinuxOracle
- linux 安裝ORACLELinuxOracle
- oracle 9.2.0.4 for x86_64 安裝到17%,copying naeet.o問題Oracle
- 按照online文件在Linux下安裝Oracle 10g RAC(一. 環境準備)LinuxOracle 10g
- 按照online文件在Linux下安裝Oracle 10g RAC(二.儲存準備)LinuxOracle 10g