This is a discussion on any good install docs for 64 bit 11g linux on ( varies ) within the Oracle Database forums, part of the Database Server Software category; --> Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of "been ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of "been there done that already" docs written. Tim Hall has a pretty good one but it's 32 bit and the rpm's and stuff don't all get there. Guess I may try OEL 4.4 since I think it still gives the option to "install everything" which 5 for some reason doesn't have anymore. Depend on oracle to provide a unix install that doesn't include a default way of having all the software that you need to then install oracle on. Then not including the details of how to get by that in the oracle install doc. Just simply brilliant eh? |
| |||
| On Dec 5, 4:01 pm, hpuxrac <johnbhur...@sbcglobal.net> wrote: > Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of > "been there done that already" docs written. > > Tim Hall has a pretty good one but it's 32 bit and the rpm's and stuff > don't all get there. > > Guess I may try OEL 4.4 since I think it still gives the option to > "install everything" which 5 for some reason doesn't have anymore. > > Depend on oracle to provide a unix install that doesn't include a > default way of having all the software that you need to then install > oracle on. Then not including the details of how to get by that in > the oracle install doc. Just simply brilliant eh? http://tahiti.oracle.com/ would be the first place I'd look. hth Roger Gorden |
| |||
| On Wed, 5 Dec 2007 13:01:05 -0800 (PST), hpuxrac <johnbhurley@sbcglobal.net> wrote: >Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of >"been there done that already" docs written. > >Tim Hall has a pretty good one but it's 32 bit and the rpm's and stuff >don't all get there. > >Guess I may try OEL 4.4 since I think it still gives the option to >"install everything" which 5 for some reason doesn't have anymore. > >Depend on oracle to provide a unix install that doesn't include a >default way of having all the software that you need to then install >oracle on. Then not including the details of how to get by that in >the oracle install doc. Just simply brilliant eh? we recently installed 10gR2 on RH5, i doubt 11g is much different. Install everything is something we don't follow around here, rather install nothing and add only stuff you need. besides base OS install we installed sysstat (oracle apparently requires this too now) lsof (for troubleshooting) nmap (for troubleshooting) snmp (for snmp pulls of metrics) xinted (for backups) Oracle stuff below.. Make sure to check out metalink 414163.1 for RH5 issues i) gcc-c++-4.1.1-52.el5.x86_64.rpm and all its dependent packages.* The dependent packages are:* libstdc++-devel-4.1.1-52.el5.x86_64.rpm* glibc-headers-2.5-12.x86_64.rpm* glibc-devel-2.5-12.x86_64.rpm libgomp-4.1.1-52.el5.x86_64.rpm* gcc-4.1.1-52.el5.x86_64.rpm ii) glibc-devel-2.5-12.i386.rpm Install all these packages from the directory "Server" in CD #2 of RHEL 5 by the*command rpm*-ivh*libstdc++-devel-4.1.1-52.el5.x86_64.rpm*libgomp-4.1.1-52.el5.x86_64.rpm*\ glibc-headers-2.5-12.x86_64.rpm*glibc-devel-2.5-12.x86_64.rpm*\ gcc-4.1.1-52.el5.x86_64.rpm*gcc-c++-4.1.1-52.el5.x86_64.rpm*\ glibc-devel-2.5-12.i386.rpm iii) compat-gcc-34-3.4.6-4 iv) compat-gcc-34-c++-3.4.6-4 v) compat-libstdc++-33-3.2.3-61 (x86_64) vi) compat-libstdc++-33-3.2.3-61(i386) vii) libXp-1.0.0-8 (i386) Install all these packages from the directory "Server" in CD #3 of RHEL 5 by the*command rpm -ivh compat-gcc-34-c++-3.4.6-4.x86_64.rpm compat-gcc-34-3.4.6-4.x86_64.rpm \ compat-libstdc+-33-3.2.3-61.x86_64.rpm compat-libstdc+-33-3.2.3-61.i386.rpm \ libXp-1.0.0-8.i386.rpm viii) openmotif ........ We run Oracle 9iR2,10gR1/2 on RH4/RH3 and Solaris 10 (Sparc) remove NSPAM to email |
| ||||
| On Dec 6, 12:03 pm, NetComrade <netcomradeNS...@bookexchange.net> wrote: snip > we recently installed 10gR2 on RH5, i doubt 11g is much different. > Install everything is something we don't follow around here, rather > install nothing and add only stuff you need. > > besides base OS install we installed > sysstat (oracle apparently requires this too now) > lsof (for troubleshooting) > nmap (for troubleshooting) > snmp (for snmp pulls of metrics) > xinted (for backups) > > Oracle stuff below.. Make sure to check out metalink 414163.1 for RH5 > issues > i) gcc-c++-4.1.1-52.el5.x86_64.rpm and all its > dependent packages. > The dependent packages are: > libstdc++-devel-4.1.1-52.el5.x86_64.rpm > glibc-headers-2.5-12.x86_64.rpm > glibc-devel-2.5-12.x86_64.rpm > libgomp-4.1.1-52.el5.x86_64.rpm > gcc-4.1.1-52.el5.x86_64.rpm > > ii) glibc-devel-2.5-12.i386.rpm > > Install all these packages from the directory "Server" > in CD #2 of RHEL 5 by the command > > rpm -ivh libstdc++-devel-4.1.1-52.el5.x86_64.rpm libgomp-4.1.1-52.el5.x86_64.rpm \ > > glibc-headers-2.5-12.x86_64.rpm glibc-devel-2.5-12.x86_64.rpm \ > > gcc-4.1.1-52.el5.x86_64.rpm gcc-c++-4.1.1-52.el5.x86_64.rpm \ > glibc-devel-2.5-12.i386.rpm > > iii) compat-gcc-34-3.4.6-4 > iv) compat-gcc-34-c++-3.4.6-4 > v) compat-libstdc++-33-3.2.3-61 (x86_64) > vi) compat-libstdc++-33-3.2.3-61(i386) > vii) libXp-1.0.0-8 (i386) > > Install all these packages from the directory "Server" > in CD #3 of RHEL 5 by the command > rpm -ivh compat-gcc-34-c++-3.4.6-4.x86_64.rpm > compat-gcc-34-3.4.6-4.x86_64.rpm \ > compat-libstdc+-33-3.2.3-61.x86_64.rpm > compat-libstdc+-33-3.2.3-61.i386.rpm \ > libXp-1.0.0-8.i386.rpm > > viii) openmotif Thanks I did get system up and running ( just playing/looking for now ) on OEL 4.4 with 11g 64 bit on an intel duo system. I was having some problems in the OEL 5 system with dependencies for gcc ... haven't paid enough dues on linux evidently. May go back and revisit it OEL 5 or centos 5 with your ideas. |