Skip to content

Examples for deploy a Oracle Express Edition server with database using Docker and query his data with Python

License

Notifications You must be signed in to change notification settings

macagua/example_docker_oracle_xe_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_docker_oracle_xe_python

Examples for deploy a Oracle Express Edition server with database using Docker and query his data with Python.

Install

Pre requirements for deploy with Docker, executing the following command:

$ sudo apt update && sudo apt upgrade
$ sudo apt install build-essential libpq-dev python3-dev
$ pip install -U pip

Define some values for the deploy into the .env file, executing the following command:

$ cd example_docker_oracle_xe_python/
$ cp .env.example .env
$ nano .env

For deploy this software stack, you require the following software:

Use it

For run this stack docker containers, executing the following command:

$ sudo docker compose up &

For stop this stack docker containers, executing the following command:

$ sudo docker compose stop

About

Examples for deploy a Oracle Express Edition server with database using Docker and query his data with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published