Re: How to Identify Oracle Client version is 32bit OR 64 bit
From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 02 Oct 2008 09:27:09 GMT
Message-ID: <1222939627.628928@proxy.dienste.wien.at>
Date: 02 Oct 2008 09:27:09 GMT
Message-ID: <1222939627.628928@proxy.dienste.wien.at>
deepakhaldankar_at_gmail.com wrote:
> How to Identify Oracle Client version is 32bit OR 64 bit.
> I need to idetify this as Application build with Oracle 64 bit
> libraries does not work with Oracle 32 bit client.
That depends quite a lot on your operating system (which you didn't tell us).
On Linux, I like to do something like
objdump -f $ORACLE_HOME/lib/libclntsh.so
To do it the way Oracle does, you could do something like cat `grep inventory_loc /etc/oraInst.loc|sed -e 's/^.*=//'`/install.platform but then you need to know what the magic ID numbers stand for (I couldn't find a list on Metalink).
Yours,
Laurenz Albe
Received on Thu Oct 02 2008 - 04:27:09 CDT