-
libclntsh.so.10.1
Hi all
i want to know that what is exactly libclntsh.so.10.1?and where can i use it?and when i should use it?i wana know all the things about this library.i have no idea about that.
thanks
Last edited by davey23uk; 02-26-2013 at 10:56 AM.
-
you don't need to know about it, it's an oracle library used internally for their program - you don't use it
-
I use that library intensively
It is a lower level access to Oracle that allows (in my case) for having an ISAM legacy database read/write Oracle instead (with a translation layer to convert calls and data types). You can begin sessions, open tables, run SQL, etc. So far as I know, it is the only and best low-level Oracle access method. It is also tough to find documentation on. And most people don't use it, they use higher level stuff. But, for my purpose I had to use the lower level and if you need that it is great. I certainly would not build a new application on it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|