Hi Pooja,
check the below command commands:
- To see the path of binary
chatr libclntsh.so.10.1
- To load the libraries you can run the below command
ldd -r libclntsh.so.10.1
Also do check the env variables SHLIB_PATH & LD_LIBRARY_PATH which should have this two environment variable /usr/lib/ and /oracle/<SID>/lib
Send the output of the two command and alos check the sidadm and orasid groups assigned to them.
Command for the same:
id sidadm (send the output)
id orasid (send the output)
With Regards
Ashutosh chaturvedi