Hi Amit
   
  U can folloe below steps for Installing Oracle9i on Linux AS3 for RH9 u need 
to install some rpms which can be searched on Metalink
   
  ORACLE 9i Release 2 INSTALLATION ON REDHAT LINUX AS-3
  ------------------------------------------------------
  1. Perform Standard Linux AS-3 Installation.
  2. Make the following partitions.
  1. /orastage - 3GB
  Format the above partition & give the label as /orastage 
  2. /oracle - 7GB
  Format the above partition & give the label as /oracle 
  3. Make the following directories under /
  1. /oracle
  2. /orastage
  4. Edit /etc/fstab & mount the above partitions.
  5. Copy the stages of Oracle9i to /orastage
  If the CD contains Gunzip files then do the following.
  - gunzip ship.....cpio.gz <ENTER>
  - cpio -idmv < ship....cpio <ENTER>
  You will get DISK1 Directory. This is your 1st oracle stage.
  Get all three stages of oracle into /orastage directory.
  6. Add a group dba
  #groupadd dba
  7. Create a user oracle with primary group & secondary group dba.
  #useradd -g dba -G dba oracle
  8. Change the password of Oracle.
  #passwd oracle
  9. Change Directory to /
  #cd /
  10. Change the ownership of /oracle to oracle.dba.
  #chown -R oracle.dba /oracle
  11. Change the permission of /oracle
  #chmod -R 755 /oracle
  12. Check the following rpms to be installed.
  #rpm -qa |grep -i compat
  
  compat-libstdc++-devel-7.3-2.96.122 |
  compat-libstdc++-7.3-2.96.122 |
  compat-glibc-7.x-2.2.4.32.5 |
  compat-gcc-c++-7.3-2.96.122 |<---- Compulsary
  compat-gcc-7.3-2.96.122 |
  compat-db-4.0.14-5 |
  ----------------------------------------+
  compat-slang-1.4.5-5 |<---- Optional
  compat-pwdb-0.62-3 |
  ----------------------------------------+
  
  #rpm -qa |grep -i openmotif
  openmotif21-2.1.30-8
  openmotif-2.2.2-16
  openmotif-devel-2.2.2-16
  #rpm -qa |grep -i sysstat
  sysstat-4.0.7-4
  
  13. Change Directory to /usr/bin
  #cd /usr/bin
  14. Rename gcc to gcc323
  #mv gcc gcc323
  15. Rename g++ to g++323
  #mv g++ g++323
  16. Create a link for gcc296
  #ln -sf gcc296 gcc
  17. create a link for g++296
  #ln -sf g++296 g++
  18. Check the hostname should be fully qualified.
  #hostname ---------> o/p (farhan.oracle.com)
  19. Apply patch 3006854 ----->This is a pre-install patch.
  
  Patch Installation Instructions:
  # --------------------------------
  # [1] To apply the patch, unzip the PSE container file:
  # % unzip p3006854_9204_LINUX.zip
  #
  # [2] Login as the root user,
  #
  # [3] Set your current directory to the directory where the patch
  # is located, eg:
  #
  # # cd 3006854
  #
  # [4] Run the script supplied by this patch
  #
  # # sh rhel3_pre_install.sh
  #
  # The installation of the patch is now complete. You can now run
  # the Oracle Universal Installer as normal.
  #
  20. Check for the files created by this patch named /etc/libcwait.so
  & /etc/ld.so.preload.
  21. Login as Oracle user & Set the bash_profile for Oracle user.
  $vi .bash_profile
  export LD_ASSUME_KERNEL=2.4.19
  export ORACLE_BASE=/oracle
  export ORACLE_HOME=/oracle/ora92
  export PATH=$PATH:$ORACLE_HOME/bin
  export ORACLE_SID=orcl
  export EDITOR='vi'
  export LD_LIBRARY_PATH=$ORACLE_HOME/lib
  
  (Save & Exit)
  22. As a Oracle user start the X window & open two terminals 
  simultaneously.
  #service xfs restart
  #startx &
  23. From one of the opened terminal go to the stage directory
  /orastage/Disk1
  #cd /orastage/Disk1
  #ls <----- Check for the Executable Run Installer File
  File Name - runInstaller
  24. Execute the above file.
  
  $./runInstaller
  25. Sit Back & Watch the Installation.
  
Also edit bash_profile of ora user as per below.
   
  # ORACLE Environment
  export LD_ASSUME_KERNEL=2.4.19
  export ORACLE_BASE=/oracle
  export ORACLE_HOME=/oracle/ora92
  export PATH=$PATH:$ORACLE_HOME/bin
  export ORACLE_SID=orcl
  export EDITOR='vi'
  export LD_LIBRARY_PATH=$ORACLE_HOME/lib
   


Regards,

Farhan A Shaikh

Oracle Apps DBA
Email : [EMAIL PROTECTED]
Cell : +919820850073
                
---------------------------------
 "My Verdict: The new Yahoo! Mail is far superior..." – The Wall Street Journal.

[Non-text portions of this message have been removed]



***Archives:
http://groups.yahoo.com/group/linuxvadapav/messages

***Group Usage Guidelines (Please Read):
http://groups.yahoo.com/group/linuxvadapav/files/mailing_rules 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/linuxvadapav/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/linuxvadapav/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to