Kbase P122438: How to verify the installed Oracle is 32-bit or 64-bit version on UNIX?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2008 |
|
Status: Unverified
GOAL:
How to verify the installed Oracle is 32-bit or 64-bit version?
GOAL:
How to determine the installed Oracle version is 32-bit or 64-bit?
FACT(s) (Environment):
UNIX
Oracle
FIX:
On the Unix prompt do the following:
1. cd $ORACLE_HOME/bin
2. file oracl*
The similar to the following information will be displayed for 64-bit binaries:
oracle: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
oracle: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
The similar to the following information will be displayed for 32-bit binaries:
oracle: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped