分类标签归档:Perl

另外一个perl写的alert log错误监控脚本


#!/usr/bin/perl
##########################################
# This script checks alert logs for all 
# Oracle instances on the server where 
# it's scehduled to run and pages dba oncall
# in case of any new ORA- errors 
#########################################
#

$ORATAB_FILE="/etc/oratab&q

全部内容