In this post I am going to share how to backup Portworx Data Services (PDS) managed Kubernetes databases to Oracle Cloud Infrastructure (OCI) S3 Object Storage buckets. OCI Object Storage Create OCI Bucket Logon to Oracle Cloud Infrastructure (OCI) and from the Dashboard select Object Storage or via the hamburger menu navigate to Storage -> Object Storage -> Buckets. Select your required Compartment,... Continue Reading →
How to Replicate FlashBlade S3 Objects to Oracle Cloud Infrastructure (OCI) Object Storage
Introduction The popularity and adoption of Object Storage continues to grow, with more and more applications and databases using or having an option to utilise Object Storage. I have previously shared a number of posts discussing S3 including: Performing Oracle RMAN backups to S3 to Amazon S3 Object StoragePerforming Oracle RMAN backups to SS to on-premises... Continue Reading →
Portworx Enterprise 2.8 installation on Oracle Kubernetes Engine (OKE)
Oracle Kubernetes Engine (OKE) Cluster Let's start by creating an Oracle Kubernetes Engine cluster on Oracle Cloud Infrastructure (OCI). You can use the OCI Web UI to manually create an OKE Cluster within your OCI Compartment. Or if you prefer you may want to consider using my Terraform automation which is available in GitHub. Before... Continue Reading →
How to configure the Kubernetes Dashboard on Oracle Kubernetes Engine (OKE)
The Kubernetes Dashboard is not deployed in Oracle Cloud Infrastructure (OCI) Oracle Container Engine for Kubernetes (OKE) by default but can easily be enabled by following the steps below. Check Environment For this post I am using Kubernetes version 1.20.8 with Oracle Linux 7.8 nodes, you can confirm the version of your Oracle Cloud Infrastructure... Continue Reading →
Portworx Essentials installation on Oracle Kubernetes Engine (OKE)
Introduction In this post I am going to share how we can install Portworx Essentials into an existing Oracle Container Engine for Kubernetes (OKE) on Oracle Cloud Infrastructure (OCI) If you have not already got an Oracle Kubernetes Engine (OKE) cluster up and running you could may want to check-out the two posts below. Automated... Continue Reading →
Getting started with Oracle Cloud Infrastructure (OCI) Object Storage
Introduction In my post How to access Object Storage from your on-premises database I showed how we configure an Oracle 19c (19.9+) database to use the DBMS_CLOUD package to access objects stored within Object Stores. In this post I will share how I created the Oracle Cloud Infrastructure (OCI) Object Store bucket and objects I... Continue Reading →
How to access Object Storage from your on-premises Oracle 19c Database
Introduction Last year I wrote a number of posts on Big Data and shared how we can access CSV, Parquet and Avro file formats directly from an on-premises Oracle 19c database. In these posts I demonstrated how we can access different file types using SQL external tables on a file system, unfortunately I quickly run... Continue Reading →