码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

时间:2016-01-01 11:08:02      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:

备份数据库,报错如下

RMAN> backup database;

Starting backup at 01-JAN-16
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=32 device type=DISK
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/01/2016 09:20:49
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
including current SPFILE in backup set
channel ORA_DISK_1: starting piece 1 at 01-JAN-16
channel ORA_DISK_1: finished piece 1 at 01-JAN-16
piece handle=/usr/oracle/app/flash_recovery_area/ORCL/backupset/2016_01_01/o1_mf_ncsnf_TAG20160101T092049_c8co3lgb_.bkp tag=TAG20160101T092049 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/01/2016 09:20:49
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

解决办法:

方法1、mount状态下备份

方法2、归档模式下备份

ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

标签:

原文地址:http://www.cnblogs.com/xqzt/p/5093007.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!