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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to determine if installed oracle client is 64 or 32 bit ?

Re: how to determine if installed oracle client is 64 or 32 bit ?

From: assaf <assaf_at_orsus.com>
Date: 5 Feb 2004 00:21:57 -0800
Message-ID: <14dc9fc7.0402050021.42e381de@posting.google.com>


"Robert" <Robert.Ansperger_at_shs.de> wrote in message news:<bvr4e2$80q$1_at_news.f.de.plusline.net>...
> "assaf" <assaf_at_orsus.com> wrote in message
> news:14dc9fc7.0402040438.165e6394_at_posting.google.com...
> > hi,
> > i need a way to find if an installed oracle client is 64 or 32 bit.
> > it need to be done by an installer at install time on solaris so sql
> > queries are not an option :-{
> >
> > thanks,
> > Assaf
>
>
> The UNIX command file will give you the required information.
>
> For example:
>
> file sqlplus0
>
> file libclntsh.so.9.0
>
> HTH
>
> Robert

on my testing mechine i have an oracle client home that presents both lib and lib32 folders. the "file" command returns 64-bit - BUT ! working
with this oracle client gives me an error that indicates that my LD_LIBRARY_PATH should have ORACLE_HOME/lib32 and not ORACLE_HOME/lib !?!
can someone show me the light on this ?

thanks,
Assaf Received on Thu Feb 05 2004 - 02:21:57 CST

Original text of this message

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