How to check oracle binary is 32bit or 64bit?
816681May 9 2011 — edited May 9 2011How to check oracle 10g client installed binary is 32bit or 64bit? Earlier version in 9i, i used below command to check
[oracle@applexone bin]$ pwd
/u001/app/oracle/product/10.2.0/client_1/bin
[oracle@applexone]$ file oracle
oracle: ERROR: cannot open `oracle' (No such file or directory)
Appreciate your response..
Thanks in advance..