Installing Oracle 10g R2 on RHEL 5 [message #467552] |
Sun, 25 July 2010 19:15 |
jxh461
Messages: 185 Registered: March 2005
|
Senior Member |
|
|
Can someone please point me to where I can download these pakages from ?
package compat-libstdc33
package gcc-c4.1.1
package libaio-devel
package libstdc4.1.1
package libstdcdevel
package sysstat
package unixODBC
package unixODBC-devel
Thanks in advance.
|
|
|
|
Re: Installing Oracle 10g R2 on RHEL 5 [message #467685 is a reply to message #467563] |
Mon, 26 July 2010 12:24 |
mkounalis
Messages: 147 Registered: October 2009 Location: Dallas, TX
|
Senior Member |
|
|
These packages should be on the original install medium. Usually under the RPMS directory. If you have multiple ISO's or DVD's you installed from, you may have to browse several before you find them.
|
|
|
|
Re: Installing Oracle 10g R2 on RHEL 5 [message #468271 is a reply to message #467552] |
Thu, 29 July 2010 08:15 |
jxh461
Messages: 185 Registered: March 2005
|
Senior Member |
|
|
I had to use the installation cds to find the packages. Add remove did not have them listed. There are some conflicting information on the internet regarding which packages are requiered for rhel 5, so I installed everything. Hopefully it is not a problem.
|
|
|
Re: Installing Oracle 10g R2 on RHEL 5 [message #468313 is a reply to message #468271] |
Thu, 29 July 2010 12:15 |
mkounalis
Messages: 147 Registered: October 2009 Location: Dallas, TX
|
Senior Member |
|
|
Your solution should be OK, but what you did was to install a lot of stuff you don't need, or will ever use. Installing a bunch of software you aren't going to run or maintain could possibly open up your system to security vulnerabilities that you wouldn't have otherwise. If this is a test system you are learning on, it's probably no big deal. If this is going to be a production system, I would highly suggest you de-install packages you won't use. I am not sure what you use to do Linux package management, but all you should have had to do is 'rpm -Ivh <package_name>', or the equivalent for your distribution. Once you found them on the cd's, you should have just been able to cd to the directory containing them, and install them one by one with the 'rpm' command. Good luck!
|
|
|