I use Direct Oracle Access components. Is there a way to determine which version of Oracle client is being used to access a database?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t used DOA before. But the oci.dll file has a function called OCIClientVersion that you could call. You could also use the Windows API GetFileVersionInfo() on the oci.dll file to get the major and minor version, if that’s all you are looking for.