Yearly Archives: 2025

Troubleshooting SQL Server Worker Thread Exhaustion

Overview: When SQL Server runs out of worker threads, it can cause performance degradation, query delays, and even login failures. Understanding the root cause and knowing how to respond quickly…

Read More

How to Estimate Undo Usage Before Running Large DML in Oracle

Overview This helps DBAs predict Undo tablespace usage before executing heavy DML operations in Oracle. It uses a combination of shell scripting and SQL to estimate Undo usage. Introduction Undo…

Read More

How to Create Service Connection from Cloud Fusion API in VBCS

Introduction: – While building applications in Oracle Visual Builder Cloud Service (VBCS), one of the common requirements is to fetch real-time data from Oracle Cloud Fusion applications (like HCM, Finance,…

Read More

Restrict Input to Existing Values in a Specific Column of APEX Interactive Grid

Introduction:- When working with Interactive Grids in Oracle APEX, it’s often important to ensure that users select valid and consistent values—especially for key fields like Department Number. In this blog,…

Read More

Creating Custom PDFs Using jsPDF in Apex

Introduction:- Creating downloadable PDFs directly from our Oracle APEX application can significantly enhance the user experience—especially for generating reports, invoices, or summaries. In this guide, we’ll walk through how to…

Read More

Interactive Grid Save Validation Based on Column Comparison Using Java script

Introduction:- In Oracle APEX, data integrity is crucial when working with Interactive Grids (IG).To enforce business rules at the row level, validations can be implemented during user input. This specific validation…

Read More

Dynamically Setting APEX Logo Based on Logged-In User

Introduction:- In Oracle APEX applications, enhancing user experience through personally is a key aspect of modern UI design. One effective way to achieve this is by dynamically setting the application…

Read More

Troubleshooting SQL Server Deadlocks using Foglight and T-SQL Queries

Troubleshooting SQL Server Deadlocks using Foglight and T-SQL Queries Introduction:- This document explains how to find and fix SQL Server deadlocks using Foglight and T-SQL queries. Deadlocks can slow down…

Read More

Troubleshooting High Disk Queue Depth in SQL Server

Troubleshooting High Disk Queue Depth in SQL Server Introduction This document helps to find and fix high disk queue depth problems in SQL Server. These issues can slow down the…

Read More

Foglight Monitoring Tool

1. Introduction Foglight, developed by Quest Software, is a powerful and comprehensive monitoring and performance management tool. It provides real-time visibility into the health, performance, and availability of databases, servers,…

Read More