I'm trying to create a Mobile app using Oracle 12c database (and full Oracle client, not instant client). When I create/test the Data Source, using Oracle Native Driver, in AEM, I get the error:
"Testing Data Source juvn_dev failed: 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."
When try to run the app on the Android phone, I get the message: "Alert - Connection to database failed."
The application runs fine in the PowerBuilder IDE, and the datasource tests successfully in the PowerServer Toolkit configuration / DB Type Profile.
Do I need to use a 64-bit Oracle client on the PowerServer? I would rather not, if possible, since our regular client apps are 32-bit. My PC is Windows 7 64-bit.