dbTalk Databases Forums  

How to Identify Oracle Client version is 32bit OR 64 bit

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss How to Identify Oracle Client version is 32bit OR 64 bit in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
deepakhaldankar@gmail.com
 
Posts: n/a

Default How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 02:17 AM






Hi,
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.

Thanks
Deepak

Reply With Quote
  #2  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 04:27 AM






deepakhaldankar (AT) gmail (DOT) com wrote:
Quote:
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


Reply With Quote
  #3  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 04:27 AM



deepakhaldankar (AT) gmail (DOT) com wrote:
Quote:
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


Reply With Quote
  #4  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 04:27 AM



deepakhaldankar (AT) gmail (DOT) com wrote:
Quote:
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


Reply With Quote
  #5  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 04:27 AM



deepakhaldankar (AT) gmail (DOT) com wrote:
Quote:
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


Reply With Quote
  #6  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 01:16 PM



Laurenz Albe schrieb:
Quote:
but then you need to know what the magic ID numbers stand for
(I couldn't find a list on Metalink).
Look up the note 337288.1

Best regards

Maxim


Reply With Quote
  #7  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 01:16 PM



Laurenz Albe schrieb:
Quote:
but then you need to know what the magic ID numbers stand for
(I couldn't find a list on Metalink).
Look up the note 337288.1

Best regards

Maxim


Reply With Quote
  #8  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 01:16 PM



Laurenz Albe schrieb:
Quote:
but then you need to know what the magic ID numbers stand for
(I couldn't find a list on Metalink).
Look up the note 337288.1

Best regards

Maxim


Reply With Quote
  #9  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-02-2008 , 01:16 PM



Laurenz Albe schrieb:
Quote:
but then you need to know what the magic ID numbers stand for
(I couldn't find a list on Metalink).
Look up the note 337288.1

Best regards

Maxim


Reply With Quote
  #10  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: How to Identify Oracle Client version is 32bit OR 64 bit - 10-03-2008 , 02:27 AM



Maxim Demenko <mdemenko (AT) gmail (DOT) com> wrote:
Quote:
but then you need to know what the magic ID numbers stand for
(I couldn't find a list on Metalink).

Look up the note 337288.1
Thanks, that's useful.

Laurenz Albe


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.