度量快速开发平台-专业、快速的软件定制快开平台
标题:
《设置定时自动清理归档日志脚本 》
[打印本页]
作者:
fteair
时间:
2020-6-30 17:35
标题:
《设置定时自动清理归档日志脚本 》
root用户下
[root@localhost ~]# mkdir /nstg
[root@localhost ~]# cd /nstg/
[root@localhost nstg]# mkdir bin log tmp
[root@localhost nstg]# chown -R oracle:oinstall /nstg
[root@localhost nstg]# su - oracle
[oracle@localhost ~]$ cd /nstg/bin
vi del_arch.sh
#!/bin/bash
echo "----------------------------------------`date`---------------------------------------"
source ~/.bash_profile
rman target / <<EOF
crosscheck archivelog all;
delete noprompt expired archivelog all;
delete noprompt archivelog all completed before 'sysdate-7';
EOF
echo -e "\n"
echo "------------------------------------ FINISHED ------------------------------------"
[oracle@localhost bin]$ crontab -e
* 1 * * * nstg/bin/del_arc.sh
复制代码
作者:
caixuqad
时间:
2020-6-30 17:37
作者:
张兴康
时间:
2020-7-1 16:37
作者:
caixuqad
时间:
2020-7-1 17:36
作者:
fteair
时间:
2020-7-1 17:43
欢迎光临 度量快速开发平台-专业、快速的软件定制快开平台 (http://bbs.delit.cn/)
Powered by Discuz! X3.2