Eclipsys Blog
Latest Posts
How to Deploy Multi-Region Resources with Terraform: Example (OCI Public IPs)
Introductions As with any software, terraform also has hidden gems waiting to be discovered, even after you’ve obtained your associate certification. Some features aren’t always..
Oracle Announced “Ampere A1 Shapes for VMDB” for the BaseDB Cloud Service – Oracle Database 19c on Arm Platform in OCI
Last week, June 28th, 2023 Oracle released an Arm-based shape for DBCS to use in OCI which supports Oracle Database 19c.
GitHub Actions Cheat Sheet: What I Learned from GitHub CI in 2 Weeks
Introduction This year I set a goal to explore and learn the most popular CI solutions like GitLab, including all cloud-native ones. My first pick had to be GitHub Actions, which..
MySQL: Migrate MySQL to OCI MySQL HeatWave – Part 1/3
This will be a workshop to show how to migrate MySQL data from MySQL 8 Community Edition running on OCI compute instance to OCI MySQL HeatWave. This will be covered over three..
Attach Oracle Cloud Block Volume to OCI Compute Instance
Block Volume provides network storage to use with your Oracle Cloud compute instances. After you create, attach, and mount a volume to your instance, you can use it just as you..
DevOps: Demystifying CI vs. CD and the “Delivery-Deployment” Differences
Introduction In the space of software delivery, CI/CD has emerged as a game-changing framework that accelerates the development life cycle. While most users consider practicing a..
From Black and White to Tie-Dye: An OCI Technicolor Race
What is technicolor? A quick search shows that it is the process of color cinematography using synchronized monochrome films, each of a different color, to produce a movie in..
My Corrected OCI-IAM-Compartment Terraform Module
So, turns out I’ve been living in the Stone Age of Terraform. I thought keeping my code lean and mean was the way to go, but apparently, the cool kids are all about terraform..
OCI-CLI Warning on Windows: Python 3.6 is No Longer Supported by Core Team and My Fix to Silence the Noise
Did you know what’s been driving me crazy lately? That Python deprecation warning on Windows 10 after upgrading to OCI CLI 3.x. It’s been going on for a month or two now, and at..
DataPump Import Job Failing on Multitenant Environment Due to ORA-01001: Invalid Cursor
Recently I was doing the database migration using expdp/impdp from on-prem non-CDB to ExaCC PDB.