Oracle数据库逻辑备份的SH文件

文章作者 100test 发表时间 2007:03:14 13:48:31
来源 100Test.Com百考试题网


完全备份的sh文件:exp_comp.sh

rq=` date "%m%d" `

su - oracle -c "exp system/manager full=y inctype=complete file=/oracle/export/db_comp$rq.dmp"

累计备份的sh文件:exp_cumu.sh

rq=` date "%m%d" `

su - oracle -c "exp system/ manager full=y inctype=cumulative file=/oracle/export/db_cumu$rq.dmp"

增量备份的sh文件: exp_incr.sh

rq=` date "%m%d" `

su - oracle -c "exp system/manager full=y inctype=incremental file=/oracle/export/db_incr$rq.dmp"

root用户crontab文件

/var/spool/cron/crontabs/root增加以下内容

0 2 1 * * /oracle/exp_comp.sh

30 2 * * 0-5 /oracle/exp_incr.sh

45 2 * * 6 /oracle/exp_cumu.sh

当然这个时间表可以根据不同的需求来改变的,这只是一个例子。



相关文章


用Oracle和Python武装你的头脑(7)完
Oracle数据库系统的安全策略(下)
用Oracle和Python武装你的头脑(6)(1)
Oracl数据库中大数据的备份(4)
Oracle数据库逻辑备份的SH文件
ORACLE认证基础:ORACLE系统概述
Oracle数据库性能保护(下)
[Oracle]Linux和Win安装PHP和Oracle(4)
网格技术的构架、特点及其管理
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛