免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3096 | 回复: 3
打印 上一主题 下一主题

[Veritas NBU] 请教无牙兄,nbu7.1备份win平台oracle11g报错问题。(已解决) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-05-19 17:10 |只看该作者 |倒序浏览
本帖最后由 QaSanil 于 2012-05-19 17:35 编辑

环境:
windows server 2003 x64
oracle 11gR2 x64
nbu 7.1
使用脚本7.1 根本就不起defualt作业
使用7.0和6.5脚本后,起主作业,起4个defualt作业完成后,主作业down了。显示状态为6

检查两端host设置正常.
检查时间同步正常.
检查归档正常并路径也修改正常.
未删除过归档文件,后来手工生成归档文件,然后删除并做了一次crosscheck archivelog all;
检查注册表配置正常.
master server端的客户端信息获取正常.



报错.out文件内容如下:
  1. ==== started on 2012-05-19 星期六  17:00 ====
  2. Script name: "D:\app\hot_database_backup.cmd"
  3. #                                       
  4.   RMAN  :  D:\app\Administrator\product\11.2.0\dbhome_1\bin\rman.exe                       
  5.   NLS_LANG  :  american               
  6.   ORACLE_HOME  :  D:\app\Administrator\product\11.2.0\dbhome_1         
  7.   ORACLE_SID  :  oraonea           
  8.   NLS_DATE_FORMAT  :  YYYY-MM-DD:hh24:mi:ss
  9.   RMAN_LOG_FILE  :  "D:\app\hot_database_backup.out"     
  10.   NB_ORA_SERV  :  nbua8                     
  11.   NB_ORA_FULL  :  1                     
  12.   NB_ORA_INCR  :  0                     
  13.   NB_ORA_CINC  :  0                     
  14.   NB_ORA_CLASS  :  oraonea                  

  15. Recovery Manager: Release 11.2.0.1.0 - Production on Sat May 19 17:00:47 2012

  16. Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

  17. connected to target database: ORAONEA (DBID=3821246557)
  18. using target database control file instead of recovery catalog

  19. RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18>
  20. allocated channel: ch00
  21. channel ch00: SID=45 device type=SBT_TAPE
  22. channel ch00: Veritas NetBackup for Oracle - Release 7.1 (20110203)

  23. allocated channel: ch01
  24. channel ch01: SID=33 device type=SBT_TAPE
  25. channel ch01: Veritas NetBackup for Oracle - Release 7.1 (20110203)

  26. Starting backup at 2012-05-19:17:00:48
  27. channel ch00: starting incremental level 0 datafile backup set
  28. channel ch00: specifying datafile(s) in backup set
  29. input datafile file number=00001 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\SYSTEM01.DBF
  30. input datafile file number=00004 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\USERS01.DBF
  31. channel ch00: starting piece 1 at 2012-05-19:17:00:48
  32. channel ch01: starting incremental level 0 datafile backup set
  33. channel ch01: specifying datafile(s) in backup set
  34. input datafile file number=00002 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\SYSAUX01.DBF
  35. input datafile file number=00003 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\UNDOTBS01.DBF
  36. channel ch01: starting piece 1 at 2012-05-19:17:00:48
  37. RMAN-03009: failure of backup command on ch00 channel at 05/19/2012 17:01:23
  38. ORA-19513: failed to identify sequential file
  39. ORA-27206: requested file not found in media management catalog
  40. continuing other job steps, job failed will not be re-run
  41. channel ch00: starting incremental level 0 datafile backup set
  42. channel ch00: specifying datafile(s) in backup set
  43. including current control file in backup set
  44. channel ch00: starting piece 1 at 2012-05-19:17:01:24
  45. RMAN-03009: failure of backup command on ch01 channel at 05/19/2012 17:01:49
  46. ORA-19513: failed to identify sequential file
  47. ORA-27206: requested file not found in media management catalog
  48. continuing other job steps, job failed will not be re-run
  49. channel ch01: starting incremental level 0 datafile backup set
  50. channel ch01: specifying datafile(s) in backup set
  51. including current SPFILE in backup set
  52. channel ch01: starting piece 1 at 2012-05-19:17:01:49
  53. RMAN-03009: failure of backup command on ch00 channel at 05/19/2012 17:01:56
  54. ORA-19513: failed to identify sequential file
  55. ORA-27206: requested file not found in media management catalog
  56. continuing other job steps, job failed will not be re-run
  57. released channel: ch00
  58. released channel: ch01
  59. RMAN-00571: ===========================================================
  60. RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
  61. RMAN-00571: ===========================================================
  62. RMAN-03009: failure of backup command on ch01 channel at 05/19/2012 17:02:11
  63. ORA-19513: failed to identify sequential file
  64. ORA-27206: requested file not found in media management catalog

  65. RMAN>

  66. Recovery Manager complete.
  67. #   
复制代码

论坛徽章:
0
2 [报告]
发表于 2012-05-19 17:38 |只看该作者
本帖最后由 QaSanil 于 2012-05-19 17:38 编辑

问题所在还是两端的host设置问题,设置别名错导致.取消别名即可,

论坛徽章:
1
CU十二周年纪念徽章
日期:2013-10-24 15:41:34
3 [报告]
发表于 2012-05-19 20:16 |只看该作者

论坛徽章:
0
4 [报告]
发表于 2012-05-20 01:55 |只看该作者
回复 3# 无牙


    感谢无牙兄的关注 :wink:
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP