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 -> how to find out if oracle 7.4.3 is running 64 bits mode?

how to find out if oracle 7.4.3 is running 64 bits mode?

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Tue, 18 Feb 2003 11:24:08 -0000
Message-ID: <E2F6A70FE45242488C865C3BC1245DA70351448F@lnewton.leeds.lfs.co.uk>


Tinus,

I don't know about AIX, but on my HP servers I can use the 'file' command :

su - ora920
cd bin
file oracle
oracle: ELF-64 executable object file - PA-RISC 2.0 (LP64)

That tells me that it is 64 bit.

On my oither server, I have 734 running :

su - oracle73
cd bin
file oracle
oracle: PA-RISC1.1 shared executable dynamically linked -not stripped

That says 32 bit (PA-RISC1.1 is 32 bit !)

However, did Oracle make 734 in 64 bit ?

Cheers,
Norman.



Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com

-------------------------------------

-----Original Message-----
From: opales_at_zonnet.nl (Martijn Rutte) [mailto:opales_at_zonnet.nl] Posted At: Tuesday, February 18, 2003 11:06 AM Posted To: server
Conversation: how to find out if oracle 7.4.3 is running 64 bits mode? Subject: how to find out if oracle 7.4.3 is running 64 bits mode?

Hi,

I've got ORacle 7.4.3 running on an AIX 4.3.3. system with a 64 bits kernel. How do I find out if Oracle is running 64 bits mode too?

Tinus Received on Tue Feb 18 2003 - 05:24:08 CST

Original text of this message

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