| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Find client version
Not quite what I was looking for. Our developers are going to have a need for both 8i and 10g clients on=20 their machines; they'll be developing under ColdFusion. After a connection has been made to an Oracle server, we need the session itself to find out what version of Oracle client got fired up to make the connection.
But, thanks for your answer anyway.
...Rudy
-----Original Message-----
From: Jeremiah Wilton [mailto:jwilton_at_speakeasy.net]=20
Sent: Wednesday, November 10, 2004 6:09 PM
To: Rudy Zung
Cc: oracle-l_at_freelists.org
Subject: Re: Find client version
On Wed, 10 Nov 2004, Rudy Zung wrote:
> Is there any way to programatically determine what=3D20
> version of client that I'm using?
You can find the client version in the client shared library:
strings $ORACLE_HOME/lib/libclntsh.so | grep ^Version
Not sure if this helps you. I suspect there is an OCI call you can make to get this, but I didn't take the time to search around for it.
-- Jeremiah Wilton Independent Oracle Professional Oracle Certified Master Disaster Recovery - Seminars - Technical Interviews http://www.speakeasy.net/~jwilton -- http://www.freelists.org/webpage/oracle-lReceived on Thu Nov 11 2004 - 09:32:52 CST
![]() |
![]() |