Page 1 of 1

How to find whether the software is 32 bit or 64bi

Posted: Thu Jan 17, 2008 5:55 am
by ahmadbilal
How to find whether the software is 32 bit or 64bit :

* Go to Disk3/stage/Components/oracle.options.odm/9.2.0.4.0/1/DataFiles/ in the installation kit.

% cd Disk3/stage/Components/oracle.options.odm/9.2.0.4.0/1/datafiles

* Copy lib.1.1.jar file in a new directory, outside the installation kit

% cp lib.1.1.jar $TMP

* Unzip the file

% unzip lib.1.1.jar

* execute "file" command for dmndm.o

% file dmndm.o

This is a file specific to DataMining. If this file is 32 bit, then your software is 32bit. If the file is 64bit, then the software is 64bit


<b>http://karmadba.blogspot.com/2007/11/or ... t.htm</b>l

Posted: Tue Apr 08, 2008 7:38 am
by omerjaved100
Thanks, it worked