- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Install Oracle 9i on Red hat linux enterprise ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 06:51 AM
тАО02-19-2008 06:51 AM
Install Oracle 9i on Red hat linux enterprise 5 error
We set the environment as follows:
уААуААexport BASH_ENV=$HOME/.bashrc
уААуААOracle_HOME=/Oracle/product/9.0.1; export Oracle_HOME
уААуААOracle_SID=Oracle; export Oracle_SID
уААуААOracle_TERM=xterm; export Oracle_TERM
уААуААTNS_ADMIN=/home/Oracle/config/9.0.1; export TNS_ADMIN
уААуААNLS_LANG=american_america.ZHS16GBK; export NLS_LANG
уААуААORA_NLS33=$Oracle_HOME/ocommon/nls/admin/data; export ORA_NLS33
уААуААLD_LIBRARY_PATH=$Oracle_HOME/lib;export LD_LIBRARY_PATH
уААуААPATH=$PATH:/bin:/usr/bin:/usr/sbin:/etc:/opt/bin:
уААуАА/usr/ccs/bin:/usr/openwin
уААуААPATH=$PATH:/opt/local/bin:/opt/NSCPnav/bin:$Oracle_HOME/bin
уААуААPATH=$PATH:/usr/local/samba/bin:/usr/ucb:
уААуААexport PATH
уААуААCLASSPATH=$Oracle_HOME/JRE:$Oracle_HOME/jlib:
уААуАА$Oracle_HOME/rdbms/jlib
уААуААCLASSPATH=$CLASSPATH:$Oracle_HOME/network/jlib
уААуААTMPDIR=/tmp;export TMPDIR
уААуААumask 022
After setting the environment, we did:
[Oracle@localhost Disk1]# ./runInstaller &
and got an missing file problem(missing file libstdc++-libc6.1-1.so.2).
Then we did:
[Oracle@localhost lib]# ln -sf libstdc++.so.6.0.8 libstdc++-libc6.1-1.so.2
After that, the missing file problem is settled.
But when we execute runInstaller again, the program hang at :
Initializing Java Virtual Machine from /tmp/OraInstall2007-06-28_09-36-35AM/jre/bin/java. Please wait...
With no other error messages.
What should we do next?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:17 AM
тАО02-19-2008 08:17 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
Even with that I'm not sure if Oracle 9i will really work on RHEL5. It was easy on 2.1 but got much more difficult on later releases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 04:56 PM
тАО02-19-2008 04:56 PM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
I'll have a try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2008 02:39 AM
тАО02-20-2008 02:39 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2008 03:05 AM
тАО02-20-2008 03:05 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
install that compat-* library rpm:
# ll /usr/lib/libstdc++-libc6.1-1.so.2
lrwxrwxrwx 1 root root 30 Feb 5 14:09 /usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so
# rpm -qf /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
compat-libstdc++-7.3-2.96.128
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2008 06:35 AM
тАО02-21-2008 06:35 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
That being said - the Oracle docs are pretty clear on these requirements too ;)
One site I find really useful:
http://www.idevelopment.info/
....he pretty much takes the Oracle docs, removes all the double- and triple-speak, and makes it so humans can understand the installation in a concise manner.
Good luck!
DV-LN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2008 05:08 PM
тАО02-21-2008 05:08 PM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
Still hang there.
I'll try to install Oracle10g instead to see if I can make it this time.
The site D.V. supplied is quite good.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2008 05:20 PM
тАО02-21-2008 05:20 PM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
Did you try:
up2date -i "@ Legacy Application Support"
?
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2008 05:26 PM
тАО02-21-2008 05:26 PM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
yum groupinstall
...not sure of the group name - you may have to list to see.....
yum grouplist
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2008 11:16 PM
тАО02-21-2008 11:16 PM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
emha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2008 04:38 AM
тАО02-22-2008 04:38 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
Is that a typical issue?
Red Hat, by default, does not install JAVA - you have to pull it from the supplemental or yum it in. I've always used Oracle's default install w/o issue - but then I'm only doing a couple installs a year...
DV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2008 02:17 AM
тАО02-26-2008 02:17 AM
Re: Install Oracle 9i on Red hat linux enterprise 5 error
with couple of recent months I installed on RHEL4 DBs 9201+patch9208, 10201 - no one worked with suplied JRE.
the same experience I have from Tru64 environment...
emha.