oracle 10g installation on OEL 4.5 [message #553683] |
Mon, 07 May 2012 19:24 |
|
thiyagusham
Messages: 112 Registered: April 2012 Location: Chennai
|
Senior Member |
|
|
Hi to all ;
Today i am installing oracle 10g on OEL 4.5 . While running ./runInstaller i am facing few errors . Can anyone clear my doubt ????
Why error msg shows regarding REDHAT LINUX.
Checking operating system requirements ...
Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2
Actual Result: redhat-4
Check complete. The overall result of this check is: Passed
=======================================================================
Checking operating system package requirements ...
Checking for make-3.79; found make-1:3.80-6.EL4. Passed
Checking for binutils-2.14; found binutils-2.15.92.0.2-21. Passed
Checking for gcc-3.2; found Not found. Failed <<<<
Checking for libaio-0.3.96; found Not found. Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: Some packages required for the Oracle Database 10g to function properly are missing (see above).
Recommendation: Install the required packages before continuing with the installation.
My bash profile details
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
ORACLE_SID=TSH1; export ORACLE_SID
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
#LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
Thanks and Regards
Thiyagusham .G
[Updated on: Mon, 07 May 2012 19:24] Report message to a moderator
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #553687 is a reply to message #553686] |
Mon, 07 May 2012 20:51 |
|
thiyagusham
Messages: 112 Registered: April 2012 Location: Chennai
|
Senior Member |
|
|
@blackswan
OEL by default having all required rpm's. I done oracle installation few months back without any error but i did n't use current bash_profile contents. I never seen error regarding redhat packages.I will show old bash_profile contents. My question is does the error belong bash_profile contents ????
OLD BASH_PROFILE CONTENTS
LD_ASSUME_KERNEL= 2.4.1
export LD_ASSUME_KERNEL
ORACLE_BASE= /home/Oracle
ORACLE_HOME = $ORACLE_BASE/product/9.2.0
ORACLE_SID= test
ORACLE_TERM= xterm
ORA_NLS33= $ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib:$ORACLE_HOME/network/lib
export LD_LIBRARY_PATH ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM ORA_NLS33
PATH=$PATH: $ ORACLE_HOME/bin:/usr/local/jre/bin
export PATH
export DISPLAY = localhost: 0.0
Note : Additionly i did n't install any RPM's while installing oracle on OEL 4.5 few months back. but now why can't ?????
Thanks and Regards
Thiyagusham.G
[Updated on: Mon, 07 May 2012 20:54] Report message to a moderator
|
|
|
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554346 is a reply to message #554315] |
Sun, 13 May 2012 05:46 |
|
thiyagusham
Messages: 112 Registered: April 2012 Location: Chennai
|
Senior Member |
|
|
@ littlefoot
I very much struggling to install oracle.
" I hug failure one by one! " I searched in google cant findout for my ERROR.
I faced one error here ....
Quote:
OUI 25031 some of the configuration assistants failed..
" Not successfully running any "Recommended" assistants means your system wont be configured correctly.
1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
2. Fix the errors causing these failures.
3. Select the failed assistants and click the 'Retry' button to retry them.
The "/home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
Thanks & Regards
Thiyagusham.G
[Updated on: Sun, 13 May 2012 06:09] by Moderator Report message to a moderator
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554349 is a reply to message #554347] |
Sun, 13 May 2012 06:24 |
|
thiyagusham
Messages: 112 Registered: April 2012 Location: Chennai
|
Senior Member |
|
|
@ mike
Sorry for keying Error by mistake i hit some keys .... I did n't notice ....
May i know my answer .... ? I lost no of days .....
OUI 25031 some of the configuration assistants failed..
" Not successfully running any "Recommended" assistants means your system wont be configured correctly.
Quote:
1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
2. Fix the errors causing these failures.
3. Select the failed assistants and click the 'Retry' button to retry them.
The "/home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
Thanks
Thiyagu G
[Updated on: Sun, 13 May 2012 06:45] by Moderator Report message to a moderator
|
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554354 is a reply to message #554350] |
Sun, 13 May 2012 12:14 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Hello. Installing an Oracle database on a release of Linux as old as 4.5 is awful. I remember doing it. You may have to spend days finding and downloading any number of RPMs. You'll install 20 of them, and then the 21st will fail because of dependencies. So you have to install a whole lot more. This is where you are at the moment: you are trying to install gcc, but you have a version that doesn't match your Linux installation.
Is there any reason for not installing a better release of Linux? OEL 5.7 is probably best unless you need 6.x facilities, download it from edelivery.oracle.com. If you miss any of the required packages during the installation, they are all on the distribution DVD.
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554355 is a reply to message #554351] |
Sun, 13 May 2012 12:18 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:some "rpms" are missing (whatever they are) Hi, man. "RPM" is "Redhat Package Manager". Many Linux programs, and most patches, are distributed as a file named XXX.rpm which you install with the rpm utility. So people call the RPMs.
|
|
|
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554459 is a reply to message #554445] |
Mon, 14 May 2012 12:12 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:I Need Which linux (OEl) is better for 10G ???? Previously i asked where to download everything ???? I've already told you what version to use, and from where to download it. One thing you must learn as a trainee is read the answers to your questions, man.
|
|
|
|
|
|
|
|
|
Re: oracle 10g installation on OEL 4.5 [message #554836 is a reply to message #554821] |
Thu, 17 May 2012 14:58 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Because this is just a forum. People answer when they know the answer (I'm not the one), have some free time (I do at the moment) and feel like answering certain questions (me again, but you won't benefit from it).
There's nothing much you can do but be patient. Or google (a lot). Or ask the question elsewhere. Or hire a consultant. Pick one.
|
|
|