Install and Configure pgBadger in PostgreSQL Part-II

October 23, 2021

Install and Configure pgBadger in PostgreSQL Part-II This article is a continuation of the Installed pgBadger package in PostgreSQL click here to read more. In this blog, we will Configure…

Loading

📌
0💬 read more

Oracle Critical Database Patch ID for October 2021

October 22, 2021

Oracle Critical Database Patch ID for October 2021 An Essential/Critical Patch Update could be a collection of patches for multiple security vulnerabilities. These patches address vulnerabilities in Oracle code and…

Loading

📌
0💬 read more

Install and Configure pgBadger in PostgreSQL Part-I

Install and Configure pgBadger in PostgreSQL Part-I pgBadger is a PostgreSQL log analyzer built for speed providing fully detailed reports based on your PostgreSQL log files.        …

Loading

📌
0💬 read more

PostgreSQL major version upgrade from 12.8 to 13.4 using pg_upgrade

October 16, 2021

PostgreSQL major version upgrade from 12.8 to 13.4 using pg_upgrade Current PostgreSQL version numbers consist of a major and a minor version number. For example, in version number 13.1, where 13 is the major version number and 1…

Loading

📌
0💬 read more

PostgreSQL minor version upgrade from 13.1 to 13.4

October 12, 2021

PostgreSQL minor version upgrade from 13.1 to 13.4 Current PostgreSQL version numbers consist of a major and a minor version number. For example, in version number 13.1, where 13 is…

Loading

📌
0💬 read more

Access Oracle database from PostgreSQL using Oracle Foreign Data Wrapper (ORACLE_FDW)

October 11, 2021

Access Oracle database from PostgreSQL using Oracle Foreign Data Wrapper (ORACLE_FDW) Nowadays many companies are using a mix of RDBMS systems, for example, some instances are running on Oracle and…

Loading

📌
2💬 read more

RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle

October 7, 2021

RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle In this article, we are going to prepare a script for RMAN Incremental and differential Level 1 (L1) database…

Loading

📌
0💬 read more

Steps to Setup Database Link in PostgreSQL

October 5, 2021

Steps to Setup Database Link in PostgreSQL Database Link in PostgreSQL enables a database user to access a table present on a different PostgreSQL cluster. It provides a functionality in PostgreSQL…

Loading

📌
1💬 read more

Steps to Setup a Foreign Data Wrapper(postgres_fdw) in PostgreSQL

October 3, 2021

Steps to Setup a Foreign Data Wrapper(postgres_fdw) in PostgreSQL A foreign data wrapper (postgres_fdw) is an extension available in PostgreSQL that allows you to access a table or schema in…

Loading

📌
0💬 read more

Steps to create a Database Link from Oracle to PostgreSQL

October 1, 2021

Steps to create a Database Link from Oracle to PostgreSQL Nowadays many companies are using a mix of RDBMS system for example, some instances are running on Oracle and other…

Loading

📌
0💬 read more