Assuring the Quality of Optimizer Statistics
Good quality statistics are essential to be able to generate optimal SQL execution plans, but sometimes statistics can be of poor quality and this fact...
Read More
Oracle Performance Core: A Deep Dive into the Four Major Data Access Paths
This article deeply analyzes the operational mechanisms of Oracle's four core access paths (Full Table Scan, Index Range Scan, Index Fast Full Scan, and Index...
Read More
Breaking the 4000-Byte Shackles! Oracle MAX_STRING_SIZE=EXTENDED Ultimate Guide: Theory, Scenarios & 19c Hands-On
A comprehensive guide on using the MAX_STRING_SIZE=EXTENDED parameter in Oracle, including benefits, risks, and implementation steps. This article covers the theory, practical scenarios, and a...
Read More
When to Gather Statistics
In order to select an optimal execution plan the optimizer must have representative statistics. Representative statistics are not necessarily up to the minute statistics but...
Read More
The Ultimate Oracle Inspection Tool: Say Goodbye to Tedium and Hello to Efficiency with Inspect4Oracle!
Introducing Inspect4Oracle: A powerful, open-source Oracle database inspection tool. Simplify daily checks, troubleshoot performance, and gain comprehensive insights with an intuitive web UI and interactive...
Read More
Best Practices - How to Gather Statistics with Oracle Database
This paper will discuss in detail, when and how to gather statistics for the most common scenarios seen in an Oracle Database.
Read More
"Database Hung": A Case Study of a Critical ERP Outage Caused by Full Archive Logs
A detailed case study of a critical ERP system outage triggered by full Oracle archive logs. This post walks through the emergency response, analyzes the...
Read More
Introduction and Recommendation of ORACLE Database Indexes
This document aims to introduce the classification, application scenarios, and recommended usage of indexes associated with partitioned tables in ORACLE databases through a Q&A format....
Read More
Essential Oracle GoldenGate Configurations Across Different Oracle Database Versions
A deep dive into the critical Oracle database configurations essential for successful Oracle GoldenGate (OGG) deployment across various versions (10g, 11g, 12c, 19c), drawing from...
Read More