Blog

DB Security

Introduction to Transparent Data Encryption (TDE) and Steps to Configure It in Oracle Database 19c

prayank waluskar

This blog describes Oracle TDE and provides step-by-step instructions for configuring TDE in Oracle Database 19c using file system based location. Data security is very important in today’s database systems. Companies store sensitive information such as customer details, financial records, healthcare information, and other confidential business data in databases. Protecting this data from unauthorized access […]

Read More

Oracle Goldengate

Oracle GoldenGate 23ai Microservices GUI based replication configuration for Oracle 19c Database

prayank waluskar

This guide explains steps to configure unidirectional replication between two Oracle 19c Databases using Oracle GoldenGate 23ai through the web-based GUI (Microservices Interface). In the below blogs I have explained the steps to install and configure the Oracle Goldengate Microservices 23AI software with ServiceManager & Deployment setup(through GUI based and Silent installation mode). Oracle GoldenGate […]

Read More

multitenant

Convert Non-Container Database to a Pluggable Database in Oracle 19C

prayank waluskar

Converting a non-container database (non-CDB) to a pluggable database (PDB) is a common migration path in Oracle Database 12c and later. The strategic goal is to move the standalone database into a Container Database as a pluggable database, enabling centralized management, consolidation, and simplified patching.Below is the step by step demo of converting a traditional […]

Read More

multitenant

Multitenant Database Creation with Oracle 19C

prayank waluskar

Introduction to Multitenant Database In a Multitenant architecture, traditional standalone backend databases are transformed into pluggable databases (PDBs). These PDBs are grouped together within a single Multitenant container database, offering a range of advantages. One major benefit is the reduction of duplicated overhead. Instead of each database maintaining its own background processes and memory structures, […]

Read More

DB Security

Unified Auditing

prayank waluskar

Introduction to Unified Auditing and steps to configure it Introduction Unified Auditing is Oracle’s modern auditing framework introduced in Oracle Database 12c. It consolidates multiple audit mechanisms into a single, centralized audit trail. Before Unified Auditing, Oracle used separate audit systems such as: Unified Auditing combines all these into one architecture. Key Features Unified Auditing […]

Read More