32 or 64-bit word size for Oracle on HP-UX [message #53232] |
Thu, 05 September 2002 07:28 |
Scott Machado
Messages: 1 Registered: September 2002
|
Junior Member |
|
|
Trying to determine which word size is being used on an 8.1.7.2 database on HP-UX 64-bit UNIX system. When I query v$instance, I see nothing mentioned about either 32 or 64-bit, so am I to assume that it is set to 32-bit? When I execute: "file oracle" in UNIX, I get "oracle: PA-RISC1.1 shared executable dynamically linked -not stripped" This doesn't say ELF-32 or ELF-64. Any advice?
|
|
|
Re: 32 or 64-bit word size for Oracle on HP-UX [message #53233 is a reply to message #53232] |
Thu, 05 September 2002 08:56 |
Sanjay Bajracharya
Messages: 279 Registered: October 2001 Location: Florida
|
Senior Member |
|
|
Try executing Server Manger at the prompt. If it is 64-bit, it will say 64-bit, else your Oracle is 32-bit.
I just upgraded to 8.1.7.4.0 64-bit (AIX 4.3.3) and here is the output of Server Manager:
==
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
With the Partitioning option
JServer Release 8.1.7.4.0 - 64bit Production
SVRMGR>
==
My old 8.1.6.2.0 32-bit says this (no mention of 32-bit):
==
Oracle Server Manager Release 3.1.6.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.6.2.0 - Production
With the Partitioning option
JServer Release 8.1.6.2.0 - Production
SVRMGR>
==
Good luck.
|
|
|