美文网首页linux redhat & Oracle
磁带双工备份报报ora-19565错误

磁带双工备份报报ora-19565错误

作者: 重庆思庄 | 来源:发表于2019-01-24 16:16 被阅读0次

当我执行磁带备份时,报以下错误:

RMAN> backup as backupset device type sbt copies 2 incremental level 0 database;

Starting backup at 03-MAY-13

using channel ORA_SBT_TAPE_1

channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set

channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set

input datafile file number=00001 name=/oracle/app/oracle/oradata/sztech1/system01.dbf

input datafile file number=00002 name=/oracle/app/oracle/oradata/sztech1/sysaux01.dbf

input datafile file number=00005 name=/oracle/app/oracle/oradata/sztech1/example01.dbf

input datafile file number=00003 name=/oracle/app/oracle/oradata/sztech1/undotbs01.dbf

input datafile file number=00004 name=/oracle/app/oracle/oradata/sztech1/users01.dbf

RMAN-03009: failure of backup command on ORA_SBT_TAPE_1 channel at 05/03/2013 11:08:15

ORA-19565: BACKUP_TAPE_IO_SLAVES not enabled when duplexing to sequential devices

continuing other job steps, job failed will not be re-run

channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set

channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set

including current control file in backup set

including current SPFILE in backup set

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on ORA_SBT_TAPE_1 channel at 05/03/2013 11:08:16

ORA-19565: BACKUP_TAPE_IO_SLAVES not enabled when duplexing to sequential devices

问题分析:

看到上面错误:ora-19565,BACKUP_TAPE_IO_SLAVES参数没有启用,查看一下:

SQL> show parameter backup_

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

backup_tape_io_slaves boolean FALSE

看来这个参数确实为false,修改为true

alter system set backup_tape_io_slaves =true scope=spfile;

startup force;

重新进行备份,成功,如下:

RMAN> backup as backupset device type sbt copies 2 incremental level 0 database;

Starting backup at 03-MAY-13

using target database control file instead of recovery catalog

allocated channel: ORA_SBT_TAPE_1

channel ORA_SBT_TAPE_1: SID=141 device type=SBT_TAPE

channel ORA_SBT_TAPE_1: Oracle Secure Backup

channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set

channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set

input datafile file number=00001 name=/oracle/app/oracle/oradata/sztech1/system01.dbf

input datafile file number=00002 name=/oracle/app/oracle/oradata/sztech1/sysaux01.dbf

input datafile file number=00005 name=/oracle/app/oracle/oradata/sztech1/example01.dbf

input datafile file number=00003 name=/oracle/app/oracle/oradata/sztech1/undotbs01.dbf

input datafile file number=00004 name=/oracle/app/oracle/oradata/sztech1/users01.dbf

channel ORA_SBT_TAPE_1: starting piece 1 at 03-MAY-13

channel ORA_SBT_TAPE_1: finished piece 1 at 03-MAY-13 with 2 copies and tag TAG20130503T111242

piece handle=0so8mu5a_1_1 comment=API Version 2.0,MMS Version 10.4.0.2

piece handle=0so8mu5a_1_2 comment=API Version 2.0,MMS Version 10.4.0.2

channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:03:55

channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set

channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set

including current control file in backup set

including current SPFILE in backup set

channel ORA_SBT_TAPE_1: starting piece 1 at 03-MAY-13

channel ORA_SBT_TAPE_1: finished piece 1 at 03-MAY-13 with 2 copies and tag TAG20130503T111242

piece handle=0to8mucm_1_1 comment=API Version 2.0,MMS Version 10.4.0.2

piece handle=0to8mucm_1_2 comment=API Version 2.0,MMS Version 10.4.0.2

channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:01:05

Finished backup at 03-MAY-13

重庆oracle培训

相关文章

  • 磁带双工备份报报ora-19565错误

    当我执行磁带备份时,报以下错误: RMAN> backup as backupset device type sb...

  • Linux下磁带管理命令

    1.磁带设备名2.管理磁带驱动器的基本命令3.基本的备份和恢复命令 为什么备份? 一个备份计划对定期备份文件来说很...

  • tar常用命令

    1.tar说明原意是将文件备份到磁带上(tape archive 磁带存档),将许多文件保存在一个磁带或磁盘存档中...

  • hp dp备份数据库失败:Cannot open exchang

    问题: 以前都备份很好的磁带备份,今天数据库无法成功备份了 环境: 数据库: oracle 10g 主机:rx76...

  • centos命令-打包压缩

    最早的 Linux 备份介质是磁带,使⽤用的命令是 tar 可以打包后的磁带⽂文件进⾏行行压缩储存,压缩的命令是 ...

  • 六 打包和压缩

    1 介绍 最早的Linux备份介质是磁带,使用的命令是tar可以对打包后磁带文件进行压缩储存,压缩的命令是gzip...

  • 磁带备份,带灾备,数据不丢?

    多年以前,有个重要客户,有个重要交易系统,生产数据在交易日每天更新,故每天交易结算后,做磁带库备份。 备份完成,再...

  • Linux命令:tar

    tar 原单词 tar命令最初的设计目的是将文件备份到磁带上(tape archive),因而得名tar实物长这样...

  • CDR如何备份和恢复文件

    CorelDRAW可以自动保存绘图的备份副本,并在发生系统错误时提醒您恢复备份副本。当cdr软件遇到崩溃、导致错误...

  • 数据加密技术的特点

    数据加密技术(Encryption): 对于大容量的可移动的备份存储介质,例如磁带,会面临丢失和被盗的风险。通过对...

网友评论

    本文标题:磁带双工备份报报ora-19565错误

    本文链接:https://www.haomeiwen.com/subject/kwqujqtx.html