加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

rman 备份一

发布时间:2020-12-12 15:45:51 所属栏目:百科 来源:网络整理
导读:#cat db_bak0.rman run { configure controlfile autobackup on; configure controlfile autobackup format for device type disk to '/u01/oracle/rmanbak/%F'; configure channel device type disk format '/u01/oracle/orabak/inc0_%d_%s_%p_%u_%T'; back

#cat db_bak0.rman

run

{

configure controlfile autobackup on;

configure controlfile autobackup format for device type disk to '/u01/oracle/rmanbak/%F';

configure channel device type disk format '/u01/oracle/orabak/inc0_%d_%s_%p_%u_%T';

backup as compressed backupset incremental level 0 database;

}

创建用户

sql>create user rmanadmin identified by rmanadmin

sql>grant sysdba to rmanadmin

#cat exe_0_bak.sh

export ORACLE_HOSTNAME=orcl

export ORACLE_BASE=/u01/oracle

export ORACLE_SID=orcl

export ORACLE_HOME=/u01/oracle/db_1

export PATH=/usr/sbin:$ORACLE_HOME/bin:$PATH

#export DATE=$(date +%Y_%m_%d)

export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK

/u01/oracle/db_1/bin/rman target rmanadmin/rmanadmin cmdfile=/u01/oracle/rmanbak/db_bak0.rman log=/u01/oracle/rmanbak/rman+$DATE.log append

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读