TIPS: How to relink Oracle 9iAS on UNIX platform
You can relink the majority of the 9iAS components by running the command 'relink all' from $ ORACLE_HOME/bin.
For the latest 6i 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
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 shoshould be used at run-time.
(CD $ ORACLE_HOME/procbuilder60/LIB; Make-F ins_procbuilder.mk install)
(CD $ ORACLE_HOME/forms60/LIB; Make-F ins_forms601_mk install)
(CD $ ORACLE_HOME/reports60/LIB; Make-F ins_reports601_mk install)
(CD $ ORACLE_HOME/graphics60/LIB; Make-F ins_graphics601_mk install)
How to check everything is fine, after relink
If you didn't get errors during the relink then it completed successfully. you cocould try running the executables you just relinked to verify them. if you look in $ ORACLE_HOME/bin and $ ORACLE_HOME/6 iServer/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.