- 论坛徽章:
- 0
|
产生的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参数要改成dedicated吗?
新上的备份软件,脚本没问题(rman cmdfile db_full备份成功),但备份软件调度执行就失败。
手工执行RMAN脚本成功,调度失败,感觉问题应该出在NSRNMO上,都有哪些可能的原因?
(库链接已经做了,NetWorker是7.4.2的,NMO4.5、4.2都试过了,save set 加RMAN和不加也都试过了) |
|