If I have a ASP.NET app running in a Docker container on Windows Server 2016, how can I make Oracle database (12c on Exadata) connectivity available to the app? Oracle ManagedAccess DLL or Instant Client come to mind but I don't see any Windows images on Oracle's container registry, only Linux. I see unsuccessful attempts to build an image using the Instant Client installer. Or can I just throw the Oracle.ManagedDataAccess.dll into the Dockerfile build? Or use the NuGet package for Oracle Managed Data Access?
How is this done?
Thanks