- 論壇徽章:
- 0
|
本帖最后由 QaSanil 于 2012-05-19 17:35 編輯
環(huán)境:
windows server 2003 x64
oracle 11gR2 x64
nbu 7.1
使用腳本7.1 根本就不起defualt作業(yè)
使用7.0和6.5腳本后,起主作業(yè),起4個(gè)defualt作業(yè)完成后,主作業(yè)down了。顯示狀態(tài)為6
檢查兩端host設(shè)置正常.
檢查時(shí)間同步正常.
檢查歸檔正常并路徑也修改正常.
未刪除過歸檔文件,后來手工生成歸檔文件,然后刪除并做了一次crosscheck archivelog all;
檢查注冊(cè)表配置正常.
master server端的客戶端信息獲取正常.
2012-05-19_170940.jpg (67.8 KB, 下載次數(shù): 98)
下載附件
2012-05-19 17:10 上傳
報(bào)錯(cuò).out文件內(nèi)容如下:- ==== started on 2012-05-19 星期六 17:00 ====
- Script name: "D:\app\hot_database_backup.cmd"
- #
- RMAN : D:\app\Administrator\product\11.2.0\dbhome_1\bin\rman.exe
- NLS_LANG : american
- ORACLE_HOME : D:\app\Administrator\product\11.2.0\dbhome_1
- ORACLE_SID : oraonea
- NLS_DATE_FORMAT : YYYY-MM-DD:hh24:mi:ss
- RMAN_LOG_FILE : "D:\app\hot_database_backup.out"
- NB_ORA_SERV : nbua8
- NB_ORA_FULL : 1
- NB_ORA_INCR : 0
- NB_ORA_CINC : 0
- NB_ORA_CLASS : oraonea
- Recovery Manager: Release 11.2.0.1.0 - Production on Sat May 19 17:00:47 2012
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORAONEA (DBID=3821246557)
- using target database control file instead of recovery catalog
- RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18>
- allocated channel: ch00
- channel ch00: SID=45 device type=SBT_TAPE
- channel ch00: Veritas NetBackup for Oracle - Release 7.1 (20110203)
- allocated channel: ch01
- channel ch01: SID=33 device type=SBT_TAPE
- channel ch01: Veritas NetBackup for Oracle - Release 7.1 (20110203)
- Starting backup at 2012-05-19:17:00:48
- channel ch00: starting incremental level 0 datafile backup set
- channel ch00: specifying datafile(s) in backup set
- input datafile file number=00001 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\SYSTEM01.DBF
- input datafile file number=00004 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\USERS01.DBF
- channel ch00: starting piece 1 at 2012-05-19:17:00:48
- channel ch01: starting incremental level 0 datafile backup set
- channel ch01: specifying datafile(s) in backup set
- input datafile file number=00002 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\SYSAUX01.DBF
- input datafile file number=00003 name=D:\APP\ADMINISTRATOR\ORADATA\ORAONEA\UNDOTBS01.DBF
- channel ch01: starting piece 1 at 2012-05-19:17:00:48
- RMAN-03009: failure of backup command on ch00 channel at 05/19/2012 17:01:23
- ORA-19513: failed to identify sequential file
- ORA-27206: requested file not found in media management catalog
- continuing other job steps, job failed will not be re-run
- channel ch00: starting incremental level 0 datafile backup set
- channel ch00: specifying datafile(s) in backup set
- including current control file in backup set
- channel ch00: starting piece 1 at 2012-05-19:17:01:24
- RMAN-03009: failure of backup command on ch01 channel at 05/19/2012 17:01:49
- ORA-19513: failed to identify sequential file
- ORA-27206: requested file not found in media management catalog
- continuing other job steps, job failed will not be re-run
- channel ch01: starting incremental level 0 datafile backup set
- channel ch01: specifying datafile(s) in backup set
- including current SPFILE in backup set
- channel ch01: starting piece 1 at 2012-05-19:17:01:49
- RMAN-03009: failure of backup command on ch00 channel at 05/19/2012 17:01:56
- ORA-19513: failed to identify sequential file
- ORA-27206: requested file not found in media management catalog
- continuing other job steps, job failed will not be re-run
- released channel: ch00
- released channel: ch01
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03009: failure of backup command on ch01 channel at 05/19/2012 17:02:11
- ORA-19513: failed to identify sequential file
- ORA-27206: requested file not found in media management catalog
- RMAN>
- Recovery Manager complete.
- #
復(fù)制代碼 |
|