I could have made my life easy by downloading the correct software from OTN and transfer it to server but again the problem was with the network as it was remote installation .
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.
- 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
No comments:
Post a Comment