|
发表于 2004-1-26 16:19:35
|
显示全部楼层
绝对可以安装上的!看来只有把老外的帖子拿来了
Hi...
I have Oracle 9.2.0.4 running on Fedora Core 1. Works fine
so far...
If you have access to Patchset 3 of the RDBMS it is quite
easy to install (but NOT supported I think :-) ).
You Need 3 Steps:
1. install 9.2 (software only)
2. install patchset 3 (read the readme!)
3. create your database
And you need some tricks:
1. you need to change the JRE used by the OracleInstaller
edit /tmp/Disk1/install/linux/oraparam.ini
and point JRE_LOCATION to your favorite JRE or JDK.
I used /usr/java/jdk1.3.1_09 (j2sdk1.4.2_01 did NOT work
for me)
please note that you have to do the same thing for the
Patchset OracleInstaller and for the OracleInstaller
installed in $ORACLE_BASE/oui as well :-)
2. please follow the other notes for the Oracle Installation on Redhat Linux 9 as well (e.g. LD_ASSUME_KERNEL=2.4.1)
3. in the linking phase of the base installation I run
into several errors, but I just ignored them. They are
fixed in Patchset 3...
That's it!!! Have some fun with it!
One last remark:
I am using Oracle on Fedora Core 1 just to have some
playground (scott/tiger stuff). So it is quite stable
for what I am doing... but I would not use it for any
production enviroment. |
|