Running Oracle database (v12,18,19) in a docker container on Ubuntu 18.04.

Clone the repository with the official Oracle docker images: Install docker, download Oracle Database, put it to the directory docker-images/OracleDatabase/SingleInstance/dockerfiles/18.3.0 containing the Dockerfile and run the following commands to build and run Enterprise Edition: and the following commands to build and run Standard Edition 2 (it does not require V981623-01.zip): the first string of the docker output contains the generated password for SYS, SYSTEM and PDBADMIN. SE2 run successfully with the following output: Building and running Oracle Database 12.2.0.1 Standard Edition 2: Checking if the oracle instance is started: Binding the container ports to the host ports: Connecting with Oracle SQL Developer: Running sqlplus with CDB in the container: SID for the pluggable DB: Running sqlplus in the container with … Continue reading Running Oracle database (v12,18,19) in a docker container on Ubuntu 18.04.