会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年少太公
博客园
首页
新随笔
联系
订阅
管理
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 年少太公
阅读(105)
评论(0)
推荐(0)
2018年1月23日
《设置定时自动清理归档日志脚本 》
摘要: root用户下 [root@localhost ~]# mkdir /nstg[root@localhost ~]# cd /nstg/[root@localhost nstg]# mkdir bin log tmp[root@localhost nstg]# chown -R oracle:oin
阅读全文
posted @ 2018-01-23 11:31 年少太公
阅读(1432)
评论(0)
推荐(0)