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 […]

Table Recovery Using RMAN Backup

Synopsis:This article demonstrates how to recover a dropped table in Oracle 19c using RMAN’s point-in-time tablespace recovery (TSPITR) technique. The procedure uses an auxiliary instance to mount a recovered copy of necessary tablespaces at the requested point in time, performs an export of the target table from the auxiliary instance, and then imports it back […]