Transparent Data Encryption (TDE) in Oracle Multitenant (Pluggable Databases – PDBs)

Oracle Database 12c Release 1 (12.1) introduced a modern and unified way to manage encryption keys, keystores, and secrets through the ADMINISTER KEY MANAGEMENT command.This replaced the legacy commands: The Oracle documentation often uses both wallet and keystore interchangeably, but the preferred and forward-looking term is keystore, aligning with Java standards. Understanding TDE in a […]

Convert Physical Standby to Active Data Guard

In this article, we will see how to convert an existing Physical Standby Database into an Active Data Guard configuration in Oracle 19c. The read-only physical standby database can be used to offload reporting and query workloads from the primary database. Users can execute SELECT statements and complex analytical queries on the standby, thereby reducing […]