Background If you have followed Part 1 and Part 2 you should have a already downloaded the Oracle 19.3 Docker image from the Oracle Container Registry and have tried it out in your environment. In this post I will be using Minikube and VirtualBox to run an Oracle 19c database within Kubernetes environment. Kubernetes -... Continue Reading →
Oracle 19c on Docker and Kubernetes Part 2- Running Oracle on Docker
Oracle 19c Docker Image In Part 1 of this Blog series I showed how you can obtain the official Oracle 19.3 Docker image from the Oracle Container Registry, if you missed the you can read more about getting the Oracle 19c image here. You can still use the Oracle provided Docker build scripts to roll... Continue Reading →
Oracle 19c on Docker and Kubernetes Part 1- Getting Started
Backgroud If you are a frequent visitor to my Blog site you may have already read one of the many Oracle on Docker / Kubernetes posts which I have written over the last few years. I have posts showing how you can deploy different versions of the Oracle database on Docker and Kubernetes clusters, with... Continue Reading →
Oracle 19c on Kubernetes using NFS Persistent Storage
In this Blog I can going to show how you can run an Oracle 19c Database on a Kubernetes cluster using a Network File System (NFS) server for Persistent Storage. In this example I will be using the Pure Storage Container Storage Interface (CSI) Driver Pure Service Orchestrator (PSO) to present a persistent storage to... Continue Reading →
How to use Oracle Database Docker images with Kubernetes
In this Blog I am going to show how we can use the Oracle provided Docker build scripts, and Oracle database zip files to create database image files for use with Kubernetes. Please note all the Oracle Docker database build scripts (except Oracle Express Edition) require you to manually download the database zip files from... Continue Reading →
Running Oracle 19c on Kubernetes
I have recently created a number of blogs posts on running containerised Oracle databases on Kubernetes using the Oracle provided Docker build scripts and the Pure Storage Container Storage Interface (CSI) Driver Pure Service Orchestrator (PSO) to provide persistent storage to my Oracle database containers. In this Blog I am going to show how easy... Continue Reading →
Oracle Grid Infrastructure 19c – Oracle ASM Filter Driver (ASMFD)
Following a discussion on the options on how to reclaim space (TRIM/Unmap) on Oracle database using flash storage I though this would make a good topic for a new Blog post. If your Oracle database is using a modern file system it's pretty straight forward, use the 'discard' option. However for the majority of us... Continue Reading →