I have installed the ODAC driver 12.2c Release 1 on the server and managed to create a linked server to the oracle database
When connecting directly to the oracle database using ADO.NET (OracleClient Data Provider)
the following error persists:
Error in initializing provider. Attempt to load oracle client libraries threw badimageformatexception. This problem will occur when running in 64 bit mode with the 32 bit orcacle client components installed
This while my project runs in 64-bit mode in visual studio2019
Does anybody know how to solve this problem?