Naveen Kandasamy / Database Blog / 14 Aug 2025

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...

Read More

Asif Hussain / Database Blog / 14 Aug 2025

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 config...

Read More

SaiKumar / Database Blog / 14 Aug 2025

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 acco...

Read More

Asif Hussain / Database Blog / 14 Aug 2025

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 ...

Read More

Vimal Raju / Database Blog / Automated Compilation of Invalid Database Objects i / 13 Aug 2025

Automated Compilation of Invalid Database Objects in Oracle Multitenant Architecture

Detailed Description: The compile_invalid_objects.sh script is designed to automate the identification and compilation of invalid objects across pluggable databases (PDBs) within a...

Read More

Vimal Raju / Database Blog / Automated PDB login / 13 Aug 2025

Automated PDB Enumeration and Dynamic Login Selector for Oracle Multitenant Databases

Detailed Description: This Bash script automates the enumeration and dynamic selection of Pluggable Databases (PDBs) in an Oracle Multitenant environment. It connects to the Oracle...

Read More