Oracle Critical Database Patch ID for July 2021 5 (2)

Oracle Critical Database Patch ID for July 2021 An Essential/Critical Patch Update could be a collection of patches for multiple security vulnerabilities. These patches address vulnerabilities in Oracle code and third-party elements enclosed in Oracle merchandise. These patches are sometimes additive, however every informative describes only the protection patches intercalary since the previous essential Patch

Loading

Read More

Introduction to Replication in PostgreSQL 0 (0)

Introduction to Replication in PostgreSQL Introduction to Replication:-     Replication refers to the process of copying modifications in data from the Primary database to the Standby database. Both these databases are usually located on different physical servers and help in distributing various types of database queries. Replication is implemented in PostgreSQL using a master-slave

Loading

Read More

Traditional Barman Setup With WAL archiving via archive_command in PostgreSQL 0 (0)

Traditional Barman Setup With WAL archiving via archive_command in PostgreSQL   In the previous blog, we saw How To Configure Traditional Barman Backup Setup via rsync/ssh  Click here to read more. In this blog, we will replace archive_command for WAL archiving via rsync with barman-wal-archive. From Barman 2.6, the recommended way to safely and reliably

Loading

Read More