Blog - Tag: oracle-cloud

Oracle Cloud MySQL Setup: A Practical OCI Guide

Oracle Cloud MySQL Setup: A Practical OCI Guide

Jun 26, 2026    Mariusz Antonik    Automation    5 min read

Setting up MySQL on Oracle Cloud is not just a console walkthrough; the network, access model, and backup choices decide how reliable the system will be later. This guide walks through the practical OCI decisions behind a clean MySQL DB system setup. You will learn how to plan the VCN, subnet, security rules, backups, and validation checks before the database supports real application traffic. It is written for builders who want a clear implementation path without skipping the operational details that matter.

Read More
OCI MySQL HeatWave Setup Checklist for Small Teams

OCI MySQL HeatWave Setup Checklist for Small Teams

Jun 22, 2026    Mariusz Antonik    Database    6 min read

A clean OCI MySQL HeatWave setup starts before the database is created. This checklist helps small teams plan the network, access rules, backups, users, and operational checks that make the deployment easier to maintain. Use it before launch to avoid common mistakes like public database exposure, unclear ownership, or backups that have never been tested. The goal is a practical production-ready setup, not just a working demo.

Read More
Oracle Cloud MySQL Setup: Practical OCI Guide

Oracle Cloud MySQL Setup: Practical OCI Guide

Jun 22, 2026    Mariusz Antonik    Database    6 min read

Oracle Cloud MySQL setup is easier when you plan the network, security, backup, and access model before creating the database system. This guide walks through the practical decisions that matter for a clean OCI MySQL deployment. You will learn what to prepare, what mistakes to avoid, and when MySQL HeatWave features may be useful. It is written for teams that want a reliable setup instead of a quick demo that becomes hard to maintain.

Read More
Create a Server in Oracle Cloud: Step-by-Step OCI Compute Instance Guide

Create a Server in Oracle Cloud: Step-by-Step OCI Compute Instance Guide

Jun 16, 2026    Mariusz Antonik    Oracle Cloud (OCI)    2 min read

Creating a server in Oracle Cloud is one of the first and most important tasks when building on OCI. This guide walks through launching a compute instance, selecting the right configuration, securing access, and applying infrastructure best practices. You'll also learn common mistakes to avoid and practical recommendations for maintaining a secure environment. Whether you're deploying a test environment or production workload, this guide provides a solid starting point.

Read More

OCI Network Security Lists vs NSGs: Key Differences Explained

Apr 11, 2026    Mariusz Antonik    General    4 min read

Understanding the difference between Security Lists and Network Security Groups (NSGs) in Oracle Cloud is critical for building secure infrastructure. This article breaks down how each works, where they apply, and when to use them in real deployments. You’ll also see practical examples and common mistakes to avoid. If you're designing OCI networking, this guide will help you make the right choice.

Read More
OCI Dynamic Routing Gateway Setup Step-by-Step for Hybrid Networking

OCI Dynamic Routing Gateway Setup Step-by-Step for Hybrid Networking

Nov 27, 2025    Mariusz Antonik    Oracle Cloud (OCI)    3 min read

The Dynamic Routing Gateway (DRG) is the heart of hybrid networking in OCI. If you're connecting an on-prem network, another cloud provider, or multiple VCNs — the DRG is the router that ties it all together. In this guide, I’ll show you exactly how to set it up, test it, and validate routing end-to-end.

Read More