- 論壇徽章:
- 0
|
產(chǎn)生的RMAN日志如下:
Recovery Manager: Release 9.2.0.4.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN> connect *********************************
2> run {
3> allocate channel t1 type 'sbt_tape'
4> parms 'ENV=(NSR_SERVER=×,NSR_DATA_VOLUME_POOL=×)';
5> allocate channel t2 type 'sbt_tape'
6> parms 'ENV=(NSR_SERVER=×,NSR_DATA_VOLUME_POOL=×)';
7> backup
8> full filesperset 5
9> (database format 'full_%d_%u' include current controlfile);
10> release channel t1;
11> release channel t2;
12> }
13>
connected to target database: ORACLE (DBID=1482194837)
using target database controlfile instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 11/19/2008 16:43:27
ORA-19550: cannot use backup/restore functions while using dispatcher
Recovery Manager complete.
請問下這個dispatcher參數(shù)要改成dedicated嗎?
新上的備份軟件,腳本沒問題(rman cmdfile db_full備份成功),但備份軟件調(diào)度執(zhí)行就失敗。
手工執(zhí)行RMAN腳本成功,調(diào)度失敗,感覺問題應(yīng)該出在NSRNMO上,都有哪些可能的原因?
(庫鏈接已經(jīng)做了,NetWorker是7.4.2的,NMO4.5、4.2都試過了,save set 加RMAN和不加也都試過了) |
|