Urgent problem after upgrading from 8.1.7.1 to 8.1.7.4,help!!!

From: zhao yi <stevenzhaoyi_at_hotmail.com>
Date: 1 Aug 2002 22:42:40 -0700
Message-ID: <708017fe.0208012142.378f093e_at_posting.google.com>


Client applications such as ProC may hang when performing , after upgrading from 8.1.7.1 to 8.1.7.4

This is the solution I got from metalink: bug:2401838

To resolve this problem genclntsh was changed in Oracle version 8.1.7.4 and above to build two sets of client shared libraries on Tru64. One set of the client shared library is linked with libaio_raw.so and the other set of client shared libraries is linked with libaio.so.

Most customers will want to link with libaio_raw.so so this is the default client shared library. Only under specific circumstances will a customer want to link with libaio.so.

The client shared libraries now built by genclntsh in 8.1.7.4 and above are:
$ORACLE_HOME/lib/libclntsh.so.8.0
$ORACLE_HOME/lib/libclntsh.so (a symbolic link to libclntsh.so.8.0)
and
$ORACLE_HOME/lib/libclntsh_aio.so.8.0
$ORACLE_HOME/lib/libclntsh_aio.so (a symbolic link to
libclntsh_aio.so.8.0)

The default libraries are libclntsh.so.8.0 and libclntsh.so which are built with libaio_raw.so. Customers needing to link applications with libaio.so need to use the versions of the client shared libraries, libclntsh_aio.so and libclntsh_aio.so.8.0.

But how can i do it step by step? It seems that there is no
$ORACLE_HOME/lib/libclntsh_aio.so.8.0
$ORACLE_HOME/lib/libclntsh_aio.so (a symbolic link to
libclntsh_aio.so.8.0)
in my system. :-( Is it the problem?

thx for any help~

Best regards, Received on Fri Aug 02 2002 - 07:42:40 CEST

Original text of this message