sunmingtao / sample-code

3 stars 4 forks source link

Oracle - Installing 11c Database on Windows Fails with :"Error Loading jvm.dll" #286

Closed sunmingtao closed 3 years ago

sunmingtao commented 3 years ago

Download 11g 32bit Oracle client from https://www.youwindowsworld.com/en/downloads/database/oracle/oracle-client-11g-windows-32-bit/download-247-oracle-client-11g-win-32-bit Double click setup.exe sees error:

Error loading:
C:\Users\<USER>\Local\Temp\OraInstall2021-05-13_05-20-29PM\jdk\jre\bin\server\jvm.dll
sunmingtao commented 3 years ago

It's because Restrictive permissions not allowing files to load/execute from a user's temp location. https://support.oracle.com/knowledge/Oracle%20Database%20Products/2160731_1.html

Solution: Right click setup.exe and run as administrator.