Oracle Docker Container Exercise

You can up and run Oracle Docker container in your local machine and later connect from sqlplus CLI to query your database. Follow the following Oracle GitHub link for more details https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance After cloning Oracle docker-images repository from GitHub, run the following command in your terminal to build a Oracle Docker XE image. When build … Continue reading Oracle Docker Container Exercise