Skip to content

Instantly share code, notes, and snippets.

View YairPR's full-sized avatar
👨‍💻
💯 🥇 👍

Yair Purisaca Rivera YairPR

👨‍💻
💯 🥇 👍
View GitHub Profile
@YairPR
YairPR / dbdailychk_html.sh
Created February 5, 2020 07:17 — forked from haballan/dbdailychk_html.sh
Shell Script To Perform Oracle Database Health Check (Performs multiple DB health checks and report them in one HTML report to the user via E-mail) More details: http://dba-tips.blogspot.ae/2017/11/oracle-database-health-check-report-in.html
# ########################################################################################################################
# DATABASE DAILY HEALTH CHECK MONITORING SCRIPT [HTML VERSION]
VER="[v4.3]"
# ===============================================================================
# CAUTION:
# THIS SCRIPT MAY CAUSE A SLIGHT PERFORMANCE IMPACT WHEN IT RUN,
# I RECOMMEND TO NOT RUN THIS SCRIPT SO FREQUENT.
# E.G. YOU MAY CONSIDER TO SCHEDULE IT TO RUN ONE TIME BETWEEN 12:00AM to 5:00AM.
# ===============================================================================
#