Database Blog

Oracle Database 26ai: Making Every Employee a Data Expert Without the Complexity

Title: How Your Team Can Finally Ask Questions in Plain English and Get Instant Answers (No Tech Skills Needed) Introduction: Imagine a sales manager on a Monday morning, logging in and…

Read More

AWS RDS to OCI Migration –(Oracle Data Pump Based)

Introduction Migrating Oracle databases from AWS RDS to Oracle Cloud Infrastructure (OCI) is a common requirement for organizations adopting OCI-native services, improving performance, or reducing licensing and operational constraints. Unlike on-premise databases, AWS RDS restricts OS-level…

Read More

Building Secure Cloud Environments in OCI Without Networking Complexity

 Introduction  As organizations move critical workloads to the cloud, traditional perimeter-based security models are no longer sufficient. Modern cloud environments are highly dynamic, distributed, and interconnected, requiring security to be…

Read More

Keeping OCI Logging Costs Under Control: A Practical Guide for Cloud Users

Introduction Many OCI users are noticing sudden cost increases even though their compute or storage usage hasn’t changed. In most cases, this happens because logging features like Flow Logs, DNS…

Read More

Reducing AWS Costs by Right-Sizing Kubernetes Workloads

Introduction/Issue:Running Kubernetes on AWS gave us flexibility, but we noticed our monthly bills were climbing fast. On closer inspection, we found workloads consuming way more resources than they needed, leading…

Read More

Fixing CrashLoopBackOff in Kubernetes Pods

Introduction/Issue:During one of our deployments, we noticed several pods stuck in a CrashLoopBackOff state. This immediately raised alarms since critical services were unavailable. The CrashLoopBackOff loop happens when a container…

Read More

Apply ASM and Oracle Patch in Standalone Server

Apply ASM and Oracle Patch in Standalone Server  This detailed guide walks you through applying ASM and Oracle patches in a standalone server environment, from downloading patches to verifying successful…

Read More

WSO2 configuration

Table of Contents  Create User in Carbon URL  1.1 Assign Privileges to the Created User  1.2 Verify the Created User  Create API in Publisher URL  Get Token from Devportal URL …

Read More

Automating Oracle 23ai DB Deployment with Ansible Playbooks across Hosts

Prerequisites Install Python 3 and Ansible on the source (control) host. Install Python 3 on the destination (target) host (Ansible requires Python on the target). Ensure the source machine has…

Read More

Oracle Enterprise Manager 13.5 Deployment in Oracle 19c DB

Prerequisite: 100GB size is required for OEM, Agent. Below parameters to be updated on DB. Alter system set “_allow_insert_with_update_check”=true scope=both; Alter system set session_cached_cursors=200 scope=spfile; Alter system set shared_pool_size=600M scope=spfile;…

Read More