|
发表于 2003-12-23 10:19:24
|
显示全部楼层
I have install oracle9i2 in rhel3 without patch.
before install,you must have a j2sdk1.4.2,I tar it to /usr/j2sdk,then edit Disk1/install/linux/oraparam.ini,JRE_LOCATION=/usr/j2sdk
Don't forget export LD_LIBRARY_PATH=2.4.1 before install.
After installed oracle9i,you must have a redhat9.0's /lib files and a oracle's dbsnmp which have runned successful under redhat9. cp redhat9's /lib to one of the rhel3's directory,for example,~oracle/lib,not $ORACLE_HOME/lib,then edit ~oracle/jre/1.1.8/bin/.java_wrapper,add "~oracle/lib" to the line LD_LIBRARY_PATH and add a line "export LD_ASSUME_KERNEL=2.2.5"
Last to do is replace rhel3's $ORACLE_HOME/bin/dbsnmp with redhat9 oracle's dbsnmp,otherwise you would get a "segment fault" when you start you agent.
I can use everything successful in oracle9i except oem console login in this oem server from other pc,it will get a java fault,but all is right if you login with standalong mode. |
|