E-mail alert when Oracle tablespaces gets low
You can run this script as a any Oracle db user and as a oracle Linux user, and you can put this script to your crontab for daily checks. Also, you will get email when DB is not started because of any reason. #!/bin/sh source /home/oracle/.bash_profile ############ VARIABLES ############## SERVER=”MyServer – `ip addr | grep […]