LISTING 15: This is a sample crontab to run dbAdmCron.sh (Listing 10) nightly, Sunday through Saturday. #!/bin/ksh # Filename : ~oracle/Oradm/oracle.cron # run at 10:30pm on Sun. thru Sat. for Oracle Database Administration. 30 22 * * 0-6 ~/Oradm/dbAdmCron.sh 1>>/oracle/daily.log/dbAdmCron.log 2>&1 40 20 * * 1-6 /oracle/fileAdm/wilmaOra.fAdm 1>/oracle/fileAdm/wilmaOrafAdm.log 2>&1 # 0 8,20 * * * /oracle/generic/endHotBk.sh rampr 1>>/oracle/daily.log/endHotBk.log 2>&1 2 8,20 * * * ~/Oradm/Tune/flusharPool.sh 1>>/oracle/daily.log/flusharPool.log 2>&1 # 0 8 * * 1-5 ~/Oradm/bstat.sh rampr 1>/oracle/daily.log/utlxstat.log 2>&1 20 17 * * 1-5 ~/Oradm/estat.sh rampr 1>>/oracle/daily.log/utlxstat.log 2>&1