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

Oracle : Adding new table to existing GoldenGate Replication without downtime

Adding new table to existing GoldenGate Replication In this article, we will add a new table in existing GG replication setup without downtime using filter (@GETENV (‘TRANSACTION’,’CSN’) > scn number); Source : GG11 Target : GG12 Source :  Connect and Login to the ggsci 

Read More