PostgreSQL Interview Q&A Part-2

PostgreSQL Interview Q&A Part-2 Before going into the article, please check our previous article on PostgreSQL Q&A Part-1 1. What are template0 & template1 databases? As the name suggests, these are template databases that come by default with the Installation. In a fresh installation, both… Read More

PostgreSQL Interview Q&A Part-1

PostgreSQL Interview Q&A Part -1 PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance. The frequently asked questions from PostgreSQL database are given below. 1.Difference between Alert log in Oracle and Error log in PostgreSQL? Error log to PostgreSQL is… Read More

How to change remote trail file location in Oracle GoldenGate.

Hello Everyone, This article will teach you how to change remote trail file location in Oracle GoldenGate. Current location :  /u01/GG_AWS_P1/GG_trails/aws_trails/ New Location :  /dbbackup/GG_trails/aws_trails GG Process Details :  Source :

Target : 

Check Replicat trail file location

Remote trail file location… Read More

Data Fragmentation in PostgreSQL

Data Fragmentation in PostgreSQL PostgreSQL is a relational database management system with a client-server architecture. At the server-side, PostgreSQL’s processes and shared memory work together and build an instance, which handles the access to the data. Client programs connect to the instance and request read… Read More

Oracle : Shell script for Crontab Monitoring alert

Hi Readers, In this article, we will see the Oracle : Shell script for Crontab Monitoring alert THIS SCRIPT WILL IDENTIFY changes with the crontab file made comparing with original file.

Config file :

Create original crontab file :

Add below… Read More

Oracle : RAC Important Commands (SecureCRT)

RAC Important Commands (SecureCRT) Dear Readers, In this article, we will see the Oracle : Important Commands for RAC (SecureCRT) Menu Bar : RAC Button : VD_Location

Button : ocrcheck

Button : ConfigDB

Button : config service

Button… Read More