aix 4.3.3 上打oracle 9205补丁的问题
aix 4.3.3 打9205的补丁
系统需求
Hardware requirement:
IBM AIX
Operating system requirement
AIX Version 4.3.3
java131_SR5 patch required for opatch.
Database requirements
Oracle9i release 2 (9.2.0.1.0)
满足
但是运行
./runinstller 出现
universal 10.1 的图形
然后出现如下错误
./runInstaller
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2004-07-20_02-56-25PM. Please wait ...$ Oracle Universal Installer, Version 10.1.0.2.0 Production
Copyright (C) 1999, 2004, Oracle. All rights reserved.
Exception java.lang.OutOfMemoryError occurred..
java.lang.OutOfMemoryError
Exception in thread "main" java.lang.OutOfMemoryErro
然后通过请教得知需要先打另外一个补丁p3540563
他的readme
This oui download is for customers on IBM AIX. After unzipping the file, you have to run the runInstaller script at the root of the shiphome to install the 10.1.0.2 OUI. Once this OUI is installer on the box, then invoke OUI from this location one more time and point the source location to the 9205 patchset (/Disk1/stage/products.xml) to install the patchset.
我按照上面的做,提示
$ ./runInstaller
Could not load program /data01/oracle9i/Disk1/install/runInstaller:
Symbol resolution failed for runInstaller because:
Symbol ___fill (number 0) is not exported from dependent
module /usr/lib/libc.a(shr.o).
Examine .loader section symbols with the 'dump -Tv' command.
我应该怎么做