Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> how to find out if oracle 7.4.3 is running 64 bits mode?
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.
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
![]() |
![]() |