Trying to install ODAC for 19c on a Windows server.
The installer fails with
Skipping line: UnsatisfiedLinkError exception loading native library: oranjni19
INFO: [May 3, 2023 11:10:15 AM] End of argument passing to stdin
INFO: [May 3, 2023 11:10:15 AM] java.lang.UnsatisfiedLinkError: D:\Oracle\Client32\bin\oranjni19.dll: The specified procedure could not be found
INFO: [May 3, 2023 11:10:15 AM] Skipping line: java.lang.UnsatisfiedLinkError: D:\Oracle\Client32\bin\oranjni19.dll: The specified procedure could not be found
INFO: [May 3, 2023 11:10:15 AM] Skipping line:
INFO: [May 3, 2023 11:10:15 AM] Error: oracle.net.common.NetGetEnv.jniGetOracleHome()Ljava/lang/String;
INFO: [May 3, 2023 11:10:15 AM] Skipping line: Error: oracle.net.common.NetGetEnv.jniGetOracleHome()Ljava/lang/String;
INFO: [May 3, 2023 11:10:15 AM] Oracle Net Services configuration failed. The exit code is 1
And my application that is trying to use this throws this error.
Could not load file or assembly 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
File name: 'Oracle.DataAccess, Version=2.112.2.0
We have since, installed ODAC 19c using the 32 bit installer NT-193000_client.zip and then installing ODAC for 12c using ODTwithODAC122011.zip. This combo (or at least the 12c install) installed the Oracle.Data Access component.
How can I get this data access component with the 19c installer? Or is there a different installer I should be using?
The application I am trying to install that uses this is the Kofax Markview Capture components.