Hi Experts,
We are trying to build an SAP ERP6.0 SR3 dual stack system using export/import method and currently we are struck in 'Oracle Update Stats phase' with the below error message :
" Execution of the command "/usr/sap/PR0/SYS/exe/run/brconnect -u / -c -o summary -f stats -o SAPSR3 -t all -p 8 -f nocasc" finished with status TST_ERROR "
and the brconnect.log says : brconnect: fatal: libclntsh.so.11.1: open failed: No such file or directory
We are currently using :
Oracle Version : 10.2.0.5
Kernel : 720 REL
Oracle client : 10.2.0.5
Installer User : SWPM 1.0
As we are using oracle 10.2 ideally I believe it should use libclntsh.so.10.1 which is already present in $ORACLE_HOME/lib and /oracle/client/102_64/instantclient, but not sure why it is looking for libclntsh.so.11.1 !!!
So I tried creating a soft link with the name libclntsh.so.11.1 as below :
/oracle/XXX/102_64/lib
ndlsboaps1:oraxxx 37% ls -l|grep libclnt
lrwxrwxrwx 1 oraxxx dba 17 Jul 29 23:34 libclntsh.so -> libclntsh.so.10.1
-rwxr-xr-x 1 oraxxx dba 25365528 Jul 29 23:35 libclntsh.so.10.1
lrwxrwxrwx 1 oraxxx dba 17 Jul 31 17:28 libclntsh.so.11.1 -> libclntsh.so.10.1
-rw-r----- 1 oraxxx dba 0 Aug 13 2005 libclntst10.a
Also I have set the environment variable : LD_LIBRARY_PATH=/oracle/client/10x_64/instantclient but the issue persists
However if I give 775 permission to brconnect it is recognizing the library files but it gives permission denied error:
BR0253E error 13 : Permission Denied
I am currently clueless, so could you please help me what can be done in this case?
NOTE : Initially I used 720_EXT kernel, but understood that it works only for 11.2 and higher instant client and for 10.2 Kernel 720REL should be used, so replaced the 720_EXT with 720REL.
Many Thanks in Advance !!!
Regards,
Sri