cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find library 'libsqlplus.so'

Former Member
0 Kudos

Dear all,

I'm preparing to start Oracle upgrade to 11g on HP-UX I11.31 tanium platform.

First started with Install Oracle client 11.2.0.2. In the note 1431794 I've read that instalclient_11202 can work with Oracle 10.2.0.4.

I've shutdown the application and database install the new /oracle/client/11x_64/instalclient and changed the .dbenv_saptest.csh and .sapenv_saptest.csh files to point to the new install client.

When I've checked with r3trans -x , I've got he error:

/usr/sap/TST/SYS/exe/run/dboraslib.so") FAILED "Unable to find library 'libdiskown.so'."

  1. ll /usr/sap/TST/SYS/exe/run/dboraslib.so

-rwxrwxr-x 1 tstadm sapsys 2309504 Sep 28 20:14 dboraslib.so

Can you please advice what is the problem?

Thank you in advance,

Ruzica

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

Ideal approach is to upgrade the database to 11g first and then install oracle client 11.2.

In your case what you need to do it download the latest kernel and update your kernel directory. This will take care of the library mismatch issue.

Regards,

Deepak kori

Former Member
0 Kudos

Hi,

I've already installed teh newest kernel .

Tnx,

Ruzica

former_member188883
Active Contributor
0 Kudos

Hi,

Please do the following

cd $ORACLE_HOME/lib

chmod +r libsqlplus.so

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

I did :

cd $ORACLE_HOME/lib

chmod +r libsqlplus.so

but ahgain:

  1. cat /home/tstadm/trans.log

4 ETW000 R3trans version 6.14 (release 700 - 03.06.11 - 17:57:00).

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time : 17.11.2011 - 10:05:45

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: R3trans -x

4 ETW000 trace at level 2 opened for a given file pointer

4 ETW000 [ dev trc,00000] Thu Nov 17 10:05:45 2011 78798 0.078798

4 ETW000 [ dev trc,00000] db_con_init called 736 0.079534

4 ETW000 [ dev trc,00000] create_con (con_name=R/3) 1358 0.080892

4 ETW000 [ dev trc,00000] Loading DB library '/usr/sap/TST/SYS/exe/run/dboraslib.so' ... 1197 0.082089

4 ETW000 [ dlux.c ,00000] *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/TST/SYS/exe/run/dboraslib.so") FAILED

4 ETW000 "Unable to find library 'libdiskown.so'." 65805 0.147894

4 ETW000 [ dbcon.c ,00000] *** ERROR => Couldn't load library '/usr/sap/TST/SYS/exe/run/dboraslib.so'

4 ETW000 1717 0.149611

2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/TST/SYS/exe/run') or dbms_type ('ORA')"

former_member188883
Active Contributor
0 Kudos

Hi,

Could you please check SAP Note 819829 - Oracle Instant Client Installation and Configuration on Unix and verify that you have followed the steps properly. There are some post installation steps as well.

Regards,

Deepak Kori

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

What is the output of command- ldd dboraslib.so ?

Thanks

Sunny

Former Member
0 Kudos

Hi,

saptest:tstadm 23> ldd dboraslib.so

dboraslib.so:

libnsl.so.1 => /usr/lib/hpux64/libnsl.so.1

libpthread.so.1 => /usr/lib/hpux64/libpthread.so.1

libclntsh.so.10.1 => /oracle/client/11x_64/instantclient/libclntsh.so.10.1

libnnz10.so => /oracle/client/11x_64/instantclient/libnnz10.so

libc.so.1 => /usr/lib/hpux64/libc.so.1

libxti.so.1 => /usr/lib/hpux64/libxti.so.1

libnnz11.so => /oracle/client/11x_64/instantclient/libnnz11.so

librt.so.1 => /usr/lib/hpux64/librt.so.1

libdl.so.1 => /usr/lib/hpux64/libdl.so.1

libm.so.1 => /usr/lib/hpux64/libm.so.1

libpthread.so.1 => /usr/lib/hpux64/libpthread.so.1

libnsl.so.1 => /usr/lib/hpux64/libnsl.so.1

libunwind.so.1 => /usr/lib/hpux64/libunwind.so.1

Unable to find library 'libdiskown.so'.

saptest:tstadm 24>

former_member188883
Active Contributor
0 Kudos

Hi,

Please install HPUX 11.31 patch PHCO_40381 to resolve the issue.

It is mentioned in the pre-requisities of Oracle 11g installation on HPUX 11.31. Refer link below.

http://download.oracle.com/docs/cd/E11882_01/install.112/e10867/toc.htm#BABJFFFF

Regards,

Deepak Kori

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved with the bundel OS patches.

BR,

Ruzica

Former Member
0 Kudos

Hi,

You OS may not be supported by current patch level. Read ID 169706.1, on Oracle metalink.

Oracle 11.2.0.2 is supported by HP-UX 11i V3 patch Bundle Sep/ 2008 (B.11.31.0809.326a) or higher (Part Number E10851-01)

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi,

I have the HP-UX 11i V3 patch Bundle Sep/ 2008 (B.11.31.0809.326a), but the PHCO_40381 is not there,

I'll crete the bundle with needed patches now and I'll try this again.

Thank you all.

BR,

Ruzica