#---------#---------#---------#---------#---------#---------#---------#---------
# title
#   contact the oracle database "db01"
# description
#   use the oracle utility tnsping to contact the oracle database.
#   If this host is part of a cluster (and our oracle hosts always are) then
#   this will fail if the cluster has failed over to another host.
# author
#   larg 24/02/01
# modifications
#
#---------#---------#---------#---------#---------#---------#---------#---------
#
ORACLE_HOME=/u01/app/oracle ; export ORACLE_HOME
/u01/app/oracle/bin/tnsping db01
