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

Home -> Community -> Usenet -> c.d.o.server -> Re: Determine if 32-bit or 64-bit installed

Re: Determine if 32-bit or 64-bit installed

From: MS <qcom_at_attbi.com>
Date: 11 Mar 2003 11:18:09 -0800
Message-ID: <a2b6d46b.0303111118.a961417@posting.google.com>


$ cd $ORACLE_HOME/bin

$ file oracle

if 32bit you would see sth like this:
oracle: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped
if 64-bit you would see:

oracle: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped

-Madhu S

Ed Stevens <nospam_at_noway.nohow> wrote in message news:<hppr6v4cn48oiqgc46fhirheh95i2vvedh_at_4ax.com>...
> Platform: Sun Solaris, Oracle 8.1.7.0.0
>
> We recently installed 8.1.7.0.0 on three Sun Solaris boxes. Now we
> need to apply the 8.1.7.4 patch/upgrade. Unfortunately, no one seems
> to know for sure if we are running the 32-bit or 64-bit version of
> Oracle (long story, involves application vendor!)
>
> So my question is, is there a query or a log file that will tell me if
> I'm 32-bit or 64-bit? I thought v$version might, but that only
> yeilded
>
> SQL> select * from v$version;
>
> BANNER
> ----------------------------------------------------------------
> Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
> PL/SQL Release 8.1.7.0.0 - Production
> CORE 8.1.7.0.0 Production
> TNS for Solaris: Version 8.1.7.0.0 - Production
> NLSRTL Version 3.4.1.0.0 - Production
>
> SQL>
Received on Tue Mar 11 2003 - 13:18:09 CST

Original text of this message

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