Oracle

Debug Common Errors in SFTP-Based File Transfer Integrations

Use Case:  This integration debugging script and approach is used to analyze and resolve common runtime errors in SFTP-based file transfer services, especially during file archival (Move File) operations. It…

Read More

Oracle Data Guard Setup in Oracle 23ai Migrating from Non-CDB (Primary) to CDB (Standby)

Introduction This document explains how to configure a normal Oracle Data Guard physical standby in Oracle Database 23ai, where the primary database is a Non-CDB and the standby database is…

Read More

Step by Step Guide to Oracle Data Guard Broker (DGMGRL)

Introduction High availability and predictable disaster recovery are critical in any Oracle production environment. While managing Data Guard manually via SQL*Plus is possible, the number of manual steps during incidents…

Read More

Oracle Linux OS Upgrade from 7.9 to 8.1 with Oracle 19c database (On-Prem) using LEAPP utility

Prerequisites: a. Oracle Linux 7.9 b. Oracle 19c database (should be 19.3 or higher version), Check using… SELECT target_version AS RU_VERSION FROM dba_registry_sqlpatch WHERE action = 'APPLY' ORDER BY action_time…

Read More

Creating a Database Link in Oracle 19c Database to connect MS SQL Server using ODBC Driver

Prerequisite: 1. MS SQL Server with a SQL Authenticated User.       CREATE LOGIN Sivakumar WITH PASSWORD = 'Doyen@123', CHECK_POLICY = OFF;         SELECT name, type_desc,…

Read More

Strengthening OCI Access Control with IAM Deny Policies

Oracle Cloud Infrastructure’s Identity and Access Management (IAM) service now supports explicit deny policies, providing administrators with the ability to explicitly block unwanted actions and enforce more precise access controls…

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

Why Apache Iceberg Changes Everything for Enterprise Data Lakes

If you’ve been watching the data engineering space lately, you know how painful data silos and vendor lock-in have become. Oracle just rolled out something that might really shake things…

Read More

How to Connect Oracle Database to Apache Iceberg?

If you’re working with Oracle Database and want to leverage the power of Apache Iceberg for your data Lakehouse. Let me walk you through the different ways you can make…

Read More

Cascading LOVs in Oracle VBCS

Introduction/ Issue:   When building business applications, it’s common to have dropdowns (Lists of Values) where the available options in one field depend on the selection in another. For example, in…

Read More