rami y k

rami y k

  • NA
  • 201
  • 0

Run Oracle Instant Client in Docker container

May 15 2023 11:44 AM

I have a web application built using .NET 4.8, with a data access layer implemented as a class library (not an API). I have dockerized the application using a Windows container, and now I need to connect it to an Oracle database installed on a separate environment. I know that I need an Oracle client (version 19) to enable communication between the application and the database, but I'm not sure how to set this up in a Docker environment. Can anyone provide steps or guidance on how to do this? I have researched some resources, but have not found clear instructions for my specific setup.


Answers (1)