Tips: How to relink Oracle 9ias on Unix platform

來源:互聯網
上載者: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 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.

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.