Hi Dear
I am facing this error, in installation process of Oracle Database 11g.
Please tell me why this error appears.
Details of Error:
Oracle Database 11g Release 2 Installer
Error in invoking target ‘client_sharedlib’ of makefile
‘/u01/app/oracle/product/11.0.2/rdbms/lib/ins_rdbms.mk’. See
‘/u01/oralventory/logs/installActions2011-07-07_01-17-21PM.log’ for details.
Abort Retry Continue
Regards.
Answered By
NeoTech
0 points
N/A
#116124
Oracle Database 11g Release 2 Installer
Jessie,
You might be attempting to install ORACLE 11G 64-bit to a 32-bit OS, because this is usually the error that would be thrown up, when you do the same.
Verify using "uname -a" if your target OS is 64-bit as well. If not then try to get a 32-bit version of ORACLE 11G or upgrade your OS to 64-bit.
Happy Computing.
Oracle Database 11g Release 2 Installer
Hello Jessieebannon,
The problem/error you are facing is due to the incompatibility between bit versions of Oracle 11g and the operating system you are using. Possible solutions are as follows;
Solution1: To avail all the possible and available features of Oracle 11g, get its 32-bit version as you are running 32-bit windows.
Solution 2: Run the server in the compatibility mode;
· Right click on the desired .exe file and click on properties.
· Navigate to the Compatibility tab and check the box “Run this program in compatibility mode”
· Choose the bit version similar to you OS (e.g. 32 bit or 64 bit).
· Click on Apply and then OK.