2018年3月9日
摘要: 1.设置定时任务时间及所需要的dmp文件路径 [mm1@localhost ~]$ crontab -e 0 0 * * * sh /home/mm1/exp_table.sh 2>&1 > table.log 0 0 * * * /home/mm1/test.sh 2>&1 > test.log 阅读全文
posted @ 2018-03-09 17:41 年少太公 阅读(98) 评论(0) 推荐(0) 编辑