Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Good Site for Oracle Internals Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • plan10g.sql Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Create type and Grant on it. Oracle
  • S3 Basic info AWS
  • To find explain plan for a statement that occurred in past. Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • Important Script Method for tuning Oracle
  • ORACLE_SID in sqlplus Oracle
  • useful dg links Oracle

Tag: tracking

Oracle GoldenGate lag monitoring shell script

Posted on 12-Jun-202318-Jun-2023 By Admin No Comments on Oracle GoldenGate lag monitoring shell script

Following script will be useful for tracking Oracle GoldenGate replicat process and related lag. This script will generate output on standard screen.  You can redirect it using file redirection to logfile or other locations.  while true do <goldengate home directory>/ggsci <<EOF > test.out info all exit EOF lag=`cat test.out | grep TESTREPLICAT | awk ‘{print…

Read More “Oracle GoldenGate lag monitoring shell script” »

Linux/Unix, Oracle, shell

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • tblwopk.sql tablewopk.sql Oracle
  • How to calculate PROCESSES parameter Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • Composite Index creation tip from Vivek Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • Guide to Linux System Command Mastery Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme