Daily Archives: August 14, 2025

Enhancing Jasper Reports with Dynamic PDF Titles

Introduction: In many web applications that use JasperReports, the same JSP export logic serves multiple report templates (.jrxml files). Each report may represent different business documents such as share certificates,…

Read More

DATAGAURD BROKER CONFIGURATION 

DATAGAURD BROKER CONFIGURATION  Introduction: Oracle Data Guard Broker is a management framework that automates and simplifies the configuration, monitoring, and administration of Oracle Data Guard environments. It provides a centralized…

Read More

Changing Interactive Grid Headings Dynamically in APEX

Introduction: In Oracle APEX, Interactive Grids often display fixed column headings, which may not suit scenarios where data is time-bound or varies with user input. When working with reports spanning…

Read More

APEX 21.2 Installation in Oracle Linux 19C Database

Introduction:This document provides a step-by-step guide to installing Oracle APEX 21.2 on an Oracle 19c database running on Oracle Linux.It covers prerequisites, setup, and configuration for APEX, ORDS, Java, and…

Read More

Failover issues in Always-on AG

Failover issues in Always-on AG    What is failover in always-on AG in SQL server.?  In SQL Server Always On Availability Groups (AG), failover is the process of switching the…

Read More

SA account is locked in sql server

SA account is locked in SQL server    What is SA account in SQL server.?  The “SA” (system administrator) account in SQL Server is a highly privileged, built-in account with…

Read More

test 1

Read More

Dynamic Row-Wise Validation Across Two Interactive Grids in APEX

Introduction :   Interactive Grids in Oracle APEX are a powerful feature for managing and editing tabular data within applications. However, when it comes to dynamically summing column values as users input…

Read More

Single Date Range Picker In Oracle APEX Using JavaScript

Introduction : In many Oracle APEX applications, date selection is a common task — whether it’s filtering reports, exporting data, or running analytics. Traditionally, this requires two separate date pickers: one…

Read More

Configuring Transparent Data Encryption (TDE) in Oracle 19c with WALLET_ROOT and FILE Keystore

IntroductionThis guide explains how to enable Transparent Data Encryption (TDE) in Oracle 19c.TDE protects sensitive data at rest by encrypting it automatically.We will set up the wallet, create the master…

Read More