Skip to content

Instantly share code, notes, and snippets.

#
# Author(s): Maaz Anjum & Tucker Thompson
# Purpose: Monitor GoldenGate instances managed by Oracle XAG
#
#!/usr/bin/perl -w
use strict;
use warnings;
use Switch;
###################################################