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