I have Oracle 10.2.0.4.0 database installed on a OpenVMS server.
I wrote some ASP.Net MVC apps to read and write to the database. The development machine was Windows 7 32bit. I had Oracle Client installed. The apps rely on Oracle OleDB Provider.
The apps should be hosted on Windows Server 2019.
When I set up the apps in the new IIS, I get the error about missing OraOLEDB Provider.
I tried to install ODAC122010Xcopy_x64 using the command
install oledb c:\oracle\home1 home1
the command ended with no errors. But the list of providers were not affected. The same error was reported even after restarting the machine.
I then tried:
install all c:\oracle\home1 home1
but with no difference.
Is it a prerequirement to install Oracle Client on the server? If so, which version will work best for Windows Server 2019?
If not, then what version of ODAC is supported by the server?