1. decompress the Oracle9204 Installation File
1. Oracle 9iR2 (9.2.0.4)
(1) simplified process (log on to oracle, release installation files, and use less disk space, faster)
When installing LINUX, it is best to divide it into one partition/orasetup. In this way, even if the system breaks down, the system will only be reinstalled without re-copying the Database Installation File.
Zcat ship_9204_linux_disk1.cpio.gz | cpio-idmv &&
Zcat ship_9204_linux_disk2.cpio.gz | cpio-idmv &&
Zcat ship_9204_linux_disk3.cpio.gz | cpio-idmv
(2) three directories containing installation files are automatically created during unpacking and decompression:
Disk1
Disk2
Disk3
Then you can install Oracle9iR2.
| [Content navigation] |
| Page 1st: Decompress the Oracle9204 Installation File |
Page 2: Check and prepare before installation |
| Page 3rd: Preparations for creating a database for Installation |
Page 2: Start oracle9iR2 Installation |