摘要:
第一步:准备目录以root用户执行:mkdir /backup_rmanchown -R oracle:oinstall /backup_rman#chown -R oracle:oinstall /data_sda5chmod 755 /backup_rman第二步:备份脚本程序的编写切换到oralce,新建一个目录来放rman脚本su - oraclecd ..mkdir rman_shellcd rman_shelltouch rman_backup.shchmod 755 rman_backup.sh以下是rman_backup.sh内容:(手动分配channel只能在run{}中.. 阅读全文
posted @ 2013-03-21 18:05
taowang2016
阅读(785)
评论(0)
推荐(0)
摘要:
大家在使用find命令中的mtime参数时候,会看到官方的解释如下: -mtime n File's data was last modified n*24 hours ago. See the comments for -atime to understand how rounding affects the interpretation of file modification times. 但是在各种参考的使用方式中有用+号,-号,不带符号的用法,那么这里又有什么区别呢? 注意这里的n,如果n为带有+号的值,意思为删除n天前所有的文... 阅读全文
posted @ 2013-03-21 16:53
taowang2016
阅读(957)
评论(0)
推荐(0)

浙公网安备 33010602011771号