In this post, I’ll cover how to make a connection from a NodeJS application in a Docker container to your Oracle Database in three different scenarios.
- Typical Database connection.
- Database inside a different Docker container.
- Oracle Autonomous Transaction Processing Cloud Database.
You may also like: ADD A LINK MOFO
Simple Test App
When attempting something new, I find it’s best to make sure all of the pieces that are not part of the new thing, are as simple as possible.
Connecting NodeJS App in Docker to Oracle database tutorial
In this post, I’ll cover how to make a connection from a NodeJS application in a Docker container to your Oracle Database in three different scenarios.
Typical Database connection.
Database inside a different Docker container.
Oracle Autonomous Transaction Processing Cloud Database.
You may also like: ADD A LINK MOFO
Simple Test App
When attempting something new, I find it’s best to make sure all of the pieces that are not part of the new thing, are as simple as possible. […]