-
Notifications
You must be signed in to change notification settings - Fork 247
Description
Hi there....
I'm trying to run the oracle roundhouse example but when I tried to execute the batch file I got the error:
roundhouse.databases.oracle.OracleDatabase with provider System.Data.OracleClient does not provide a facility for creating a database at this time. System.InvalidOperationException: Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
The thing is that as far as I know, I do have not 32 bits of oracle clients installed on my laptop. Just the Oracle Express 21c edition X64.
