When you only need Sql*Plus, it’s good to have a small Docker image that youcan use. This post will look at how to create this Docker image. Table of Contents Introduction How to Build Your Own Image Optional: Add tnsnames.ora to theImage Introduction Some time back I wrote a blog post about SQL*Pluscommands. To run those commands, I woulduse a 15 GiB image of Oracle XE (Express Edition) just to be able to use acommand-line tool. Today I stumbled upon Oracle’s Docker images, that are awho...