Crontab一些直接對oracle伺服器的操作

lusklusklusk發表於2017-05-25
00 8 * * * su - oracle -c "find /wfdb/db/diag/rdbms/wf/WF/alert -type f -mtime +10 -exec rm -rvf {} \;"
00 8 * * * su - oracle -c "find /wfdb/db/diag/rdbms/wf/WF/trace -type f -mtime +10 -exec rm -rvf {} \;"

10 8 * * * su - oracle -c "find /wfdb/db/diag/tnslsnr/wfdb/listener/alert -type f -mtime +10 -exec rm -rvf {} \;"
20 8 * * * su - oracle -c "find /wfdb/db/admin/WF -type f -mtime +10 -exec rm -rvf {} \;"
0 0  * * * /usr/sbin/ntpdate 192.168.21.10

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30126024/viewspace-2139893/,如需轉載,請註明出處,否則將追究法律責任。

相關文章