TIPS: How to relink Oracle 9iAS on UNIX platform

Source: Internet
Author: User
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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.