Tag Archives: Oracle

An Introduction to linux Shell Scripting for DBAs, A Nice Tutorial by Oracle

I found this nice tutorial and would like to share it with you, it’s really useful: http://www.oracle.com/technology/pub/articles/saternos_scripting.html

Tagged , | Leave a comment

Monitoring Oracle DB in a HACMP Active/Passive Cluster

The following script is one that I developed to be executed by HACMP every 10 seconds to make sure that the database is up and running: #!/usr/bin/bash DATE=`date +%d%m%y` # Record the time to add a time stamp to the … Continue reading

Tagged , , | Leave a comment