Operating System - HP-UX
1821245 Members
2972 Online
109632 Solutions
New Discussion юеВ

how to know oracle architecture (32 or 64 bits)

 
SOLVED
Go to solution
Roberto Martinez_6
Frequent Advisor

how to know oracle architecture (32 or 64 bits)

I've been assigned to a system with oracle 8.1.7 installed. I wish to know whether it's the 64bit or 32bit version. How can I know this? TIA.
It wasn't me
4 REPLIES 4
T G Manikandan
Honored Contributor
Solution

Re: how to know oracle architecture (32 or 64 bits)

Just do a
$svrmgrl

it will list down whether it is a 64 bit or 32 bit version

"64 bit in production"

thanks
Ravi_8
Honored Contributor

Re: how to know oracle architecture (32 or 64 bits)

Hi,

Only in case of oracle 8i you can execute svrmgrl, what about 9i? (no svrmgrl in 9i)
Oracle 9i is 64 bits.
all the information I have from Oracle is that there is no 32-bit version of the Oracle 9i RDBMS. They do provide you with the ability to build a 32-bit Oracle application but the database itself is 64-bit only.
never give up
Jon Mattatall
Esteemed Contributor

Re: how to know oracle architecture (32 or 64 bits)

Check the executable -
cd $ORACLE_HOME/bin
chatr oracle

64-bit ELF executable
....

or, just look in $ORACLE_HOME for a lib64 directory. No directory, it's 32 bits...

Jon
A little knowledge is dangerous - none is absolutely terrifying!!!
Yogeeraj_1
Honored Contributor

Re: how to know oracle architecture (32 or 64 bits)

hi,

connecting through SQLPLUS itself can also give you the desired information.

e.g.
$ sqlplus system/manager

SQL*Plus: Release 8.1.7.0.0 - Production on Fri Feb 28 16:58:31 2003

(c) Copyright 2000 Oracle Corporation. All rights reserved.


Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
With the Partitioning option
JServer Release 8.1.7.4.0 - 64bit Production

SQL>


hope this helps too!

Cheers
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)