- 02-22-2009 08:21 AM #1
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....
- 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.
- 02-22-2009 12:44 PM #2
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
- 02-23-2009 05:16 AM #3
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......
- 03-03-2009 01:14 PM #4
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.....
- 03-03-2009 01:52 PM #5
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
-
Install Oracle Database 9i on Red hat Linux 9.0 Operating System
By vaibhav in forum Installation - Unix and Unix LikeReplies: 2Last Post: 02-26-2009, 01:43 PM -
Error on installing Oracle database 11g on windows server 2008
By lovelandj in forum Installation - WindowsReplies: 1Last Post: 12-21-2008, 08:25 AM -
Error on Installing Installing Oracle 10g on Linux Server 5
By Shekhar81 in forum Installation - Unix and Unix LikeReplies: 2Last Post: 11-25-2008, 05:41 AM


LinkBack URL
About LinkBacks
Reply With Quote


