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: How to check whether the oracle is 32 bit or 64 ??

Re: How to check whether the oracle is 32 bit or 64 ??

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Wed, 10 Jul 2002 12:37:25 +0200
Message-ID: <agh2p8$ec9$1@news.mch.sbs.de>


Hi,

you could
- run svrmgrl (greeting msg contains string "Oracle8i Enterprise Edition Release 8.1.7.3.0 - 64bit Production"),
- or "select * from v$version" (same string as before) - or use "file $ORACLE_HOME/bin/oracle" (should state somethink like "ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped")

Regards
Stephan

"mizak" <mailmizak_at_yahoo.com> wrote in message news:c6eeb904.0207100210.3f28698a_at_posting.google.com...
> Thanks in advance ..
>
> How to check whether the oracle is 32 bit or 64 ??
> for Unix or specifically for solaris operating system for 8.1.7 or 9i
> oracle software ...
>
> Regards
> Mizak
Received on Wed Jul 10 2002 - 05:37:25 CDT

Original text of this message

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