#!/bin/ksh
exec > /tmp/log.$$
sqlplus -s system/manager@dbname << EOF
select count(*) from dba_objects
/
exit
EOF
mailx -s "db report" yourself < /tmp/log.$$
|
Results 1 to 8 of 8
Thread: Schedule jobThreaded View
|
Click Here to Expand Forum to Full Width |