Hardware Requirement Installation Oracle 10g Release 2
The system must meet the following minimum hardware requirements:
-At least 1024 MB of physical RAM
-The following table describes the relationship between installed RAM and the configured swap space requirement.
RAM
Between 512 MB and 2048 MB
Between 2049 MB and 8192 MB
More than 8192 MB
Swap Space
1.5 times the size of RAM
Equal to the size of RAM
0.75 times the size of RAM
Software Requirement Installation Oracle 10g Release 2
Item Requirement
Operating system Operating system version:
HP-UX 11i V1 (11.11) PA-RISC
HP-UX 11i v2 (11.23)
Oracle Spatial HP-UX Developer's Toolkit - X11 and Imake:
Note: This software is required only to build the sample programs.
Oracle Messaging Oracle Messaging Gateway supports the integration of Oracle
Gateway Streams Advanced Queuing (AQ) with the following software:
- IBM WebSphere MQ V5.3, client and server:
MQSERIES.MQM-CL-HPUX
MQSERIES.MQM-SERVER
- TIBCO Rendezvous 7.2
PL/SQL native One of the following:
Compilation HP C Compiler (B.11.11.12)
GCC compiler gcc 3.4.0 (64-Bit)
Pro*C/C++, HP C/ANSI C Compiler (C.05.50)
Oracle Call Interface, HP aC++ Compiler (C.05.50)
Oracle C++ Call Interface,
Oracle XML Developer’s
Kit (XDK)
Oracle JDBC/OCI Drivers You can use the following optional Java SDK versions with the
Oracle JDBC/OCI drivers, however they are not required for the
installation:
-Java SDK 1.3.1.16 with the JNDI extension
-Java SDK 1.2.2.09
-Java SDK 1.4.2.08
-Java SDK 5.0
Note: Java SDK 1.4.2 is installed with this release.
Installation Type or Product Requirement
All installations Quality Pack bundle:
HP-UX 11i Quality Pack (GOLDQPK11i), Dec 2004 or later :
GOLDQPK11i
All installations Patches for HP-UX 11i V1 (11.11):
-PHNE_31097: ONC/NFS general release/performance patch
-PHSS_31221: HP aC++ -AA runtime libraries (aCC A.03.60)
Patches for HP-UX 11i V2 (11.23): - PHSS_31849: linker + fdp cumulative patch
- PHSS_31852: aC++ Runtime (PA A.03.61)
All installations Patches for JDK on HP-UX 11i V1 (11.11):
- PHSS_30970: ld(1) and linker tools cumulative patch
Note: Refer to the following Web site for information about
additional patches that may be required by JDK 1.4.2:
http://www.hp.com/products1/unix/java/patches/index.html
PL/SQL native Patches for HP-UX 11i V1 (11.11):
compilation, - PHSS_32508: HP aC++ Compiler (A.03.63)
Pro*C/C++, - PHSS_32509: ANSI C compiler B.11.11.12 cumulative patch
Oracle Call Interface, - PHSS_32510: +O4/PBO Compiler B.11.11.12 cumulative patch
Oracle C++ Call Interface, Patches for HP-UX 11i V2 (11.23):
Oracle XML Developer’s - PHSS_32511: HP aC++ Compiler (A.03.63)
Kit (XDK) - PHSS_32512: ANSI C compiler B.11.11.12 cumulative patch
- PHSS_32513: +O4/PBO Compiler B.11.11.12 cumulative patch
Oracle Messaging Corrective service diskettes (CSDs) for WebSphere MQ:
Gateway - CSD05 or later for WebSphere MQ V5.3
There are 2 ways to mount iso file in hp-ux 1) using LVM method (to copy ISO into a logical volume) is the same as for older HP-UX releases: 1. Find out the size of the ISO image: # du -k /data/myImage.iso NOTE: The size will be in Kb. 2. Create a logical volume for the ISO image: # lvcreate -L -n iso /dev/vg00 NOTE: The name of the logical volume will be /dev/vg00/iso 3. Copy the ISO file to the raw logical volume: # dd if=/data/myImage.iso of=/dev/vg00/riso bs=64k 4. Create a temporary directory and mount the /dev/vg00/iso volume # mkdir /iso_image # mount /dev/vg00/iso /iso_image NOTE: For HP-UX 11.11 you must install the latest CDFS patches: PHCO_25841 Add Rock Ridge extension to mount_cdfs(1M) PHKL_26269 Rock Ridge extension for ISO-9660 PHKL_34153 CDFS cumulative patch 2) Available in HP-UX 11.31 0909: ISOIMAGE-ENH. Provides a new DLKM module fspd. Required to mount, read and umount the ISO image file. The comm...
Comments