Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Find client version

Re: Find client version

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Wed, 10 Nov 2004 15:09:17 -0800 (PST)
Message-ID: <Pine.LNX.4.58.0411101506230.27021@shell1.speakeasy.net>


On Wed, 10 Nov 2004, Rudy Zung wrote:

> Is there any way to programatically determine what=20
> 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-l
Received on Wed Nov 10 2004 - 17:04:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US