Comments
| Oracle Database 10g Release 2 (10.2.0.1) Installation On Red Hat Enterprise Linux 4 (RHEL4) - A brief guide to installing Oracle 10g Release 2 (10.2.0.1) on Red Hat Enterprise Linux 4 (RHEL4). |
DoubleJ said... hi,good job. in .bash_profile: why you comment #LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL ??? it's preconise by ORACLE on RHEL4 in dbora (init file): you have # chkconfig: - 20 80 it's better # chkconfig: 345 29 99 and after you haven't need the ln-s just : chkconfig dbora on we can add a /var/lock/subsys/oracle file to be sure on start and stop. best regards |
Tim... said... Hi.Regarding the comment, it's just to remind me it's not needed :) I guess the rest is force of habit. Oracle suggest the links method, but this doesn't set the service to autostart, so I add in the chkconfig step also. I didn't known this negated the need for the links. I'll check it out. Cheers Tim... |
Gaby said... Thank you for the info! |
Felipe said... Hi,For x86_64 installs on RHEL4, dont forget the following steps; remove: libaio (by default RHEL 4 install 32 bit version) install the following packages: glibc (32 bit) libaio (64 bit) The rest is the same. Best reqards. |
DO NOT ask technical questions here, that's what my forum is for!
These comments should relate to the contents of a specific article. Constructive criticism is good. Advertising and offensive comments are bad and will be deleted!
