+ Reply to Thread + Post New Thread
Results 1 to 5 of 5
  1. #1
    vaibhav's Avatar
    vaibhav is offline Junior Member
    Join Date
    07 Feb 2009
    Posts
    12
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Post Installing Oracle Database 9i on Red hat Linux 4 Operating System

    hi,i want to install oracle 9i on Red Hat 4.....can anybody provideme wit d documentation?
    plz help me out....

  2.    Club-Oracle Complementary E-Books and Magazines
    Get your free Complementary Copy of Oracle Magazine

    You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.

  3. #2
    tyro's Avatar
    tyro is offline Forum Genius
    Join Date
    20 Aug 2008
    Location
    India
    Posts
    363
    Say Thanks
    0
    Thanked 17 Times in 17 Posts
    Documents
    0
    Uploads
    0

    Default Re: Installing Oracle Database 9i on Red hat Linux 4 Operating System

    Hi I had a document for installing Oracle9i Release 2 on Red Hat Enterprise Linux Advanced Server 4. Here are the contents

    Installing Oracle9iR2 on RH AS 4

    Before you start, ensure that all the required RPMs are installed,

    see Oracle9i Release Notes Release 2 (9.2.0.4.0) for Linux x86 for a list of required RPMs.

    Make sure that the Java development kit is installed and working.

    Create the new groups and users:

    Code :
    $ groupadd oinstall
    $ groupadd dba
    $ groupadd oper
    $ groupadd apache

    $ useradd -g oinstall -G dba oracle
    $ passwd oracle

    $ useradd -g oinstall -G apache apache
    $ passwd apache

    Create the directories in which the Oracle software will be installed and assign their owner to the oracle user.

    Also ensure LD_ASSUME_KERNEL is set to 2.4.19
    Code :
    $ su - oracle
    $ echo $LD_ASSUME_KERNEL
    2.4.19
    $

    Now launch the runInstaller and follow on screen instructions.

    For a more detailed guide, visit

    http://www.puschitz.com/InstallingOr...ationOnRHELAS4

  4. #3
    vaibhav's Avatar
    vaibhav is offline Junior Member
    Join Date
    07 Feb 2009
    Posts
    12
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default Re: Installing Oracle Database 9i on Red hat Linux 4 Operating System

    hi tyro,
    i am very thankful to you...looking forward for your association......

  5. #4
    vaibhav's Avatar
    vaibhav is offline Junior Member
    Join Date
    07 Feb 2009
    Posts
    12
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default Re: Installing Oracle Database 9i on Red hat Linux 4 Operating System

    i dont think thr is any need to install JRE(java runtime Env) while installing ORACLE on RED HAT 9.0...
    wat do you think.....

  6. #5
    Sadik's Avatar
    Sadik is offline Administrator
    Join Date
    03 Aug 2008
    Location
    Kolkata, India
    Posts
    1,184
    Say Thanks
    7
    Thanked 83 Times in 54 Posts
    Documents
    4
    Uploads
    2

    Default Re: Installing Oracle Database 9i on Red hat Linux 4 Operating System

    well if you already have JRE, you wouldn't need to re-install
    Learn Oracle with Oracle forum. Check out The Technology Blog

Similar Threads

  1. Install Oracle Database 9i on Red hat Linux 9.0 Operating System
    By vaibhav in forum Installation - Unix and Unix Like
    Replies: 2
    Last Post: 02-26-2009, 01:43 PM
  2. Error on installing Oracle database 11g on windows server 2008
    By lovelandj in forum Installation - Windows
    Replies: 1
    Last Post: 12-21-2008, 08:25 AM
  3. Error on Installing Installing Oracle 10g on Linux Server 5
    By Shekhar81 in forum Installation - Unix and Unix Like
    Replies: 2
    Last Post: 11-25-2008, 05:41 AM

Tags for this Thread