2024年7月17日
摘要: 定时任务制定 $ crontab -l #delete archivelog before 7 days 00 02 * * * sh /home/oracle/tkdba/del_arch_everyday.sh 脚本内容 脚本1:将包含$(date +%F)写到脚本中 $ cat /home/o 阅读全文
posted @ 2024-07-17 14:48 helontian 阅读(159) 评论(0) 推荐(0)
摘要: 定时任务: $ crontab -l #delete archivelog before 7 days 00 02 * * * sh /home/oracle/tkdba/del_arch.sh >> /home/oracle/tkdba/logs/del_arch.log.$(date +%F) 阅读全文
posted @ 2024-07-17 14:32 helontian 阅读(100) 评论(0) 推荐(0)