I'm trying to install Oracle 10g on Windows 7 but in the installation I get the following error:
The procedure entry point GetProcessImageFileNameW could not be located in the dynamic library PSAPI.DLL.
Does Oracle 10g work on Windows 7?
feedback
|
This question came from our site for professional and enthusiast programmers.
This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.
|
| |||
|
feedback
|
|
It seems your installer is using the wrong psapi.dll as the one in You can verify that with Dependency Walker. Search your system for other versions of psapi.dll and remove them. Also, if another application is using that dll, you will not be able to remove it. Use Process Explorer to see which process is using it. | |||
|
feedback
|
|
The first officially supported release of the Oracle RDBMS on Win7 is 11gR2. Oracle plans to support the 10.2.0.5 client on Win7. Information obtained from Metalink. That said, you might be able to get 10g running - there's just no guarantee. | |||
|
feedback
|