1752272 Members
4596 Online
108786 Solutions
New Discussion юеВ

Re: Oracle 32 bit

 
SOLVED
Go to solution
Alessia Gigliofiorito
Occasional Contributor

Oracle 32 bit

Hi all,

I have Oracle 8.0.5.0.1 upon a cluster, with HP-UX 11.00 64 bit, and I would like to know how can I see if this Oracle version is 32 bit or 64, if I should read some configuration files.

Many thanks in advance, Angelo.
I will work harder, HP-UX is always right.
3 REPLIES 3
Santosh Nair_1
Honored Contributor
Solution

Re: Oracle 32 bit

Not sure if this is the best way, but if you do:

file $ORACLE_HOME/bin/oracle

it should return something like:

ELF-64 executable object file - PA-RISC 2.0 (LP64)

if its 64-bit, otherwise you will get:

PA-RISC1.1 shared executable dynamically linked -not stripped

-Santosh
Life is what's happening while you're busy making other plans
Andreas D. Skjervold
Honored Contributor

Re: Oracle 32 bit

Hi
Just log in as the oracle owner (oracle9 and start svrmgrl. The start message would read:

-Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
for a 32 bit Oracle installation
and

-Oracle8 Enterprise Edition Release 8.0.5.1.0 -64bit - Production
for a 64 bit installation.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Alessia Gigliofiorito
Occasional Contributor

Re: Oracle 32 bit

Hi Andreas,

I have version 8.0.5.0.1 of Oracle, not Oracle 9, I don't have the message you said to me.
Santosh's command is useful.

Regards, Angelo
I will work harder, HP-UX is always right.