You can relink the majority of the 9iAS components by running the command 'relink all' from $ORACLE_HOME/bin.
For the Developer6i components in an Enterprise install, I've pulled the relinking commands from the latest patchset.
Note for Reports linking : Reports has both link-time and run-time dependency with
libjava.so so you need to append
$ORACLE_HOME/network/jre11/lib/aix/native_threads in $LD_LIBRARY_PATH
before linking Reports. The same $LD_LIBRARY_PATH should be used at run-time.
(cd $ORACLE_HOME/procbuilder60/lib; make -f ins_procbuilder.mk install)
(cd $ORACLE_HOME/forms60/lib; make -f ins_forms60w.mk install)
(cd $ORACLE_HOME/reports60/lib; make -f ins_reports60w.mk install)
(cd $ORACLE_HOME/graphics60/lib; make -f ins_graphics60w.mk install)
How to check everything is fine, after relink
If you didn't get errors during the relink then it completed successfully. You could try running the executables you just relinked to verify them. If you look in $ORACLE_HOME/bin and $ORACLE_HOME/6iserver/bin any executable that had the timestamp updated when you relinked was rebuilt. There's a lot of them, see if you'd want to test each one.
博客介绍了Oracle组件重链接的相关操作。可通过在$ORACLE_HOME/bin运行'relink all'命令重链接多数9iAS组件,还给出Enterprise安装中Developer6i组件的重链接命令。同时提到Reports链接时需在$LD_LIBRARY_PATH中追加路径,最后说明了重链接后检查是否成功的方法。
1万+

被折叠的 条评论
为什么被折叠?



