Sign inSign up

doctorkirk/oracle-19c

By doctorkirk

Updated over 5 years ago

Oracle Database 19c - Oracle19c EE Single Instance NonCDB

Image
81

500K+

doctorkirk/oracle-19c repository overview

Disclaimer

This is a customized image based on the official procedure provided by Oracle in its GitHub Repository.
Since they were only providing a solution based on CDB + PDB, I decided to customize the image, to have a SingleInstance-NonCDB installation.

Other customizations involved:

  • Using Oracle Linux 7 non-slim as the base image
  • Disabling EM Express
  • Not removing Support Tools ("suptools" directory) from the $ORACLE_HOME

Source to the original file: https://github.com/oracle/docker-images

Quick Start

Copy the image

docker pull doctorkirk/oracle-19c

Create local directory

mkdir -p /your/custom/path/oracle-19c/oradata

cd /your/custom/path/

sudo chown -R 54321:54321 oracle-19c/

Run the Container

docker run --name oracle-19c \
-p 1521:1521 \
-e ORACLE_SID=[ORACLE_SID] \
-e ORACLE_PWD=[ORACLE_PASSWORD] \
-e ORACLE_CHARACTERSET=[CHARSET] \
-v /your/custom/path/oracle-19c/oradata/:/opt/oracle/oradata \
doctorkirk/oracle-19c

Characterset Reference Table
Charset Value Default *
WE8MSWIN1252Y
AL16UTF8N
US7ASCIIN

* If omitted in docker run , the default characterset for this build will be WE8MSWIN1252.

Tags: oracle19c , oracle-19c , oracle 19c 19.3.0, oracle 19c 19.9.0

Tag summary

Content type

Image

Digest

Size

4.8 GB

Last updated

over 5 years ago

docker pull doctorkirk/oracle-19c