Oracle 19c in Docker
You can download all the files I have used from the following locations: https://github.com/tenzin-ravi/docker-applied. The goals: Part I Install and Patch Oracle 19c Enterprise Edition in Docker With Oracle's Approach With RPMs Part II Create a script to start Oracle 19c in Docker Part III Create Transparently Data Encryption(TDE) for TNS as well as Database Files Create Pluggable Databases in Oracle 19c in Docker Create encrypted tablespaces in Oracle 19c Pluggable Database Part I - Install and Patch Oracle 19c Enterprise Edition in Docker 1. With Oracle's Docker Files. A. Build the Docker image for Oracle 19.3.0.0 [oracle@dockerhost withoutrpms]$ pwd /opt/dockerOracle19c/withoutrpms [oracle@dockerhost withoutrpms]$ ./buildDockerImage.sh -v 19.3.0 -e Checking Docker version. Checking if required packages are present and valid... Oracle Image: oracle/database:19.3.0-ee-original B. Apply 19.9.0.0 patch [oracle@dockerhost applypatch]$ pwd /o...