在所有linux版本安裝oracle9i(轉)
在所有linux版本安裝oracle9i[@more@] 名人名作,據說按照這個裝絕對沒問題!就是長了點,不過列印出來作為工作手冊也是不錯的!我就有好幾本工作手冊!呵呵
名人名作,據說按照這個裝絕對沒問題!就是長了點,不過列印出來作為工作手冊也是不錯的!我就有好幾本工作手冊!呵呵
Werner Puschitz
Sr. AIX/Linux Systems Analyst and Administrator
Home Page of Werner Puschitz
Installing Oracle 9i on RedHat Linux 7.1, 7.2, 7.3, 8.0, 9, Red Hat Advanced Server 2.1, and on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)
Oracle on Red Hat Linux Portal
Here is a summary (HOWTO) of how I installed:
Oracle 9iR2 (9.2.0) Database on Red Hat Advanced Server 3 (kernel 2.4.21-4.EL, glibc 2.3.2-95.3)
Oracle 9iR2 (9.2.0) Database on Red Hat Advanced Server 2.1 (kernel 2.4.9-e.3, glibc 2.2.4-26)
Oracle 9iR2 (9.2.0) Database on Red Hat 9 (kernel kernel-2.4.20-6, glibc 2.3.2-5)
Oracle 9iR2 (9.2.0) Database on Red Hat 8.0 (kernel 2.4.18-18.8.0, glibc 2.2.93-5)
Oracle 9iR2 (9.2.0) Database on Red Hat 7.3 (kernel 2.4.18-3, glibc 2.2.5-34)
Oracle 9iR1 (9.0.1) Database on Red Hat 7.3 (kernel 2.4.18-3, glibc 2.2.5-34)
Oracle 9iR1 (9.0.1) Database on Red Hat 7.2 (kernel 2.4.7-10, glibc 2.2.4-13)
Oracle 9iR1 (9.0.1) Database on Red Hat 7.1 (kernel 2.4.2-2, glibc 2.2.2-10)
Validation/Certification:
For Validations/Certifications, check the following links:
Oracle's Certification Matrices
Oracle Products on Red Hat Linux
Red Hat Enterprise Linux Application List
Errors and Problems:
Some of the Oracle errors and problems covered here were only experienced in connection with 9i (9.0.1) and some only with 9iR2 (9.2.0). But since I cannot say for sure that a 9i (9.0.1) installation error will never show up during 9iR2 (9.2.0) installation, I simply kept all errors and problems listed together, see Oracle Installation Errors and Oracle Installation Problems, Important Tips and Hints.
Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)
In order to install an Oracle9iR2 database on RH AS 3, the "Oracle9iR2 Patch Set 3 9.2.0.4.0" patchset and some other patches must be applied. Some errors can only be fixed by applying the 9.2.0.4 patchset. For more information, see Running Oracle Installation on Red Hat Enterprise Linux Advanced Server 3.
Red Hat 9:
Red Hat 9 includes now the the Native POSIX Thread Library (NPTL) which is an improved implementation of POSIX threads for Linux. But using NPTL will cause several problems for Oracle applications. Note that Oracle9i has not been certified on Red Hat 9!
So to fix this problem, you can set the environment variable LD_ASSUME_KERNEL to 2.4.1, which means that the old "Linuxthreads with floating stacks" implementation will be used. Otherwise the Oracle installer runInstaller will hang, the Database Configuration Assistant dbca won't start etc.; see Oracle Installation Errors for more information. To see where this environment variable can be set, see Set Oracle Environments. For more information on LD_ASSUME_KERNEL, see Red Hat Linux 9 Release Notes.
NOTE: Before you install Oracle9iR2, make sure that you first read the information about the error message "Error in invoking target install of make file /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk" in the Oracle Installation Errors section!
Red Hat 8.0:
The only problem I experienced with Oracle 9iR2 (9.2.0) on Red Hat 8.0 was:
"Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"
But this does not necessarily mean that you won't see other problems described here. See Oracle Installation Errors for more information.
This article covers the following subjects and steps:
* Documentations
* Downloading and Installing Red Hat Linux 7.1, 7.2, 7.3, 8.0, 9
* Unpacking Downloaded Oracle9i Installation Files and Burning Oracle9i CDs
* Setting Swap Space
* Setting Shared Memory
* Checking /tmp Space
* Sizing Oracle Disk Space
* The "binutils" Issue
* Checking Development Packages (RPMs)
* JDK
* Creating Oracle User Accounts
* Creating Oracle Directories
* Setting Oracle Environments
* Starting runInstaller
* Running Oracle Installation on RH 7.1, 7.2, 7.3, 8.0, 9, and on RH AS 2.1
* Running Oracle Installation on Red Hat Enterprise Linux Advanced Server 3
* Startup and Shutdown of the Oracle 9i Database
* Oracle Installation Problems, Tips and Hints
* Oracle Installation Errors
Documentations
Oracle9i Database Documentation for Linux
Tuning and Optimizing Red Hat Linux Advanced Server for Oracle9i Database
Oracle9iR2 on Linux: Performance, Reliability and Manageability Enhancements on Red Hat Linux Advanced Server 2.1
An Overview of Red Hat Advanced Server V2.1 Reliability, Availability, Scalability, and Manageability (RASM) Features
Downloading and Installing Red Hat Linux 7.1, 7.2, 7.3, 8.0, 9
To download Red Hat Linux 7.x, 8.0, 9, check the links at
You can find the installation guides for installing Red Hat Linux under Red Hat Linux Manuals.
NOTE: You cannot download Red Hat Linux Advanced Server 2.1, you can only download the source code. If you want to get the binary CDs, you will have to buy it at
Installing Software Packages (RPMs)
You don't have to install all RPMs when you want to run an Oracle9i database on Red Hat Linux.
For instance, if you install Red Hat Advanced Server, you are fine when you select the Installation Type "Advanced Server" and when you don't select the Package Group "Software Development". There are only a few other RPMs that are required for installing Oracle9i. These other RPMs are covered in this article.
Or when you install Oracle9i on Red Hat Linux 7.x, 8.0, or 9, you are fine when you select the installation type "Server".
Unpacking Downloaded Oracle9i Installation Files and Burning Oracle9i CDs
Download Oracle9i for Linux from the following web site:
Uncompress and unpack downloaded files:
For Oracle9i (9.2.0):
One step procedure (uses less disk space and is faster):
zcat lnx_920_disk1.cpio.gz | cpio -idmv
zcat lnx_920_disk2.cpio.gz | cpio -idmv
zcat lnx_920_disk3.cpio.gz | cpio -idmv
Two step procedure:
# Uncompress
gunzip lnx_920_disk1.cpio.gz lnx_920_disk2.cpio.gz lnx_920_disk3.cpio.gz Linux9i_Disk3.cpio.gz
# Unpack the downloaded files:
cpio -idmv < lnx_920_disk1.cpio
cpio -idmv < lnx_920_disk2.cpio
cpio -idmv < lnx_920_disk3.cpio
For Oracle9i (9.0.1):
One step procedure (uses less disk space and is faster):
zcat Linux9i_Disk1.cpio.gz | cpio -idmv
zcat Linux9i_Disk2.cpio.gz | cpio -idmv
zcat Linux9i_Disk3.cpio.gz | cpio -idmv
Two step procedure:
# Uncompress
gunzip Linux9i_Disk1.cpio.gz Linux9i_Disk2.cpio.gz Linux9i_Disk3.cpio.gz
# Unpack the downloaded files:
cpio -idmv < Linux9i_Disk1.cpio
cpio -idmv < Linux9i_Disk2.cpio
cpio -idmv < Linux9i_Disk3.cpio
Now you should have 3 directories containing installation files:
Disk1
Disk2
Disk3
I executed the following commands when I burned the 3 CDs:
mkisofs -r Disk1 | cdrecord -v --eject dev=0,0,0 speed=15 -
mkisofs -r Disk2 | cdrecord -v --eject dev=0,0,0 speed=15 -
mkisofs -r Disk3 | cdrecord -v --eject dev=0
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10144097/viewspace-934600/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在 Red Hat Linux 9 上安裝 Oracle9i Database(轉)LinuxOracleDatabase
- oracle9i在Red Hat Linux7.3上的安裝(轉)OracleLinux
- Mysql--所有版本安裝以及完全解除安裝MySql
- Linux版本MongoDB安裝LinuxMongoDB
- Linux 安裝 mysql 5.5.8(cmake原始碼安裝mysql5.5以上版本)[轉]LinuxMySql原始碼
- 在Linux(Debian)下安裝mono(轉)LinuxMono
- mysql在linux下的完整安裝(轉)MySqlLinux
- 在 linux 系統下安裝 perl(轉)Linux
- 在Linux下安裝pyenv使Python多版本共存LinuxPython
- oracle應該安裝在什麼版本的linux下OracleLinux
- 在 Linux 上安裝 NDB Cluster 二進位制版本Linux
- Postgresql Linux版本安裝——RPM包安裝SQLLinux
- Oracle9i RAC for RedFlag Linux DC4.1 32bit 安裝流程(轉)OracleLinux
- RedHat9.0操作的oracle9i安裝(轉)RedhatOracle
- Fedora Core 3上安裝oracle9i(9.2.0.4)(轉)Oracle
- 今天在linux下安裝CVS,試了3個版本,最後成功(轉)Linux
- 水煮oracle十六——《linux下oracle9i的安裝OracleLinux
- LFS (版本6.1.1) 安裝心得(轉)
- 使用免安裝版本在windows上手動安裝PostgreSQLWindowsSQL
- 在Gentoo Linux下輕鬆安裝ALSA(轉)Linux
- 在TurboLinux上的安裝 Informix for Linux(轉)LinuxORM
- 在linux安裝中的分割槽概念(轉)Linux
- 在VMware上安裝CentOS版本的Linux虛擬機器CentOSLinux虛擬機
- 安裝升級Linux GCC版本LinuxGC
- oracle9i所有文件Oracle
- mysql在linux安裝MySqlLinux
- linux mysql 安裝步驟- 原始碼安裝5.7.17 版本LinuxMySql原始碼
- 在linux(Centos 7以上版本親測)上安裝mysql5.6LinuxCentOSMySql
- 在Linux中,如何升級系統內所有已安裝軟體包?Linux
- JDK1.6在LINUX下的安裝配置[轉]JDKLinux
- qmail在Linux,Solaris系統安裝詳解(轉)AILinux
- 在linux上安裝oracle10g(轉載)LinuxOracle
- 在Linux下安裝Oracle Database 9i(轉)LinuxOracleDatabase
- 在RedHat Linux下安裝惠普磁帶機(轉)RedhatLinux
- 在Linux上安裝Sybase的注意事項(轉)Linux
- 在Linux上不帶硬體安裝Asterisk(轉)LinuxAST
- 安裝Oracle9i出錯Oracle
- FreeBSD-5.2下安裝ORACLE9i手記(轉)Oracle