#!/bin/sh
# Author: B. Alcock <alcockba@boat.bt.com>
# This script will set the system clock, shutdown the databases and listeners, then reboot

/var/adm/scripts/change_date
su - oracle /home/oracle/bin/stop_lsnr
su - oracle /home/oracle/bin/stop_db all
reboot
