Chinaunix首页 | 论坛 | 博客
  • 博客访问: 379079
  • 博文数量: 50
  • 博客积分: 309
  • 博客等级: 二等列兵
  • 技术积分: 503
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-09 20:16
文章分类

全部博文(50)

文章存档

2018年(2)

2015年(1)

2014年(21)

2013年(24)

2012年(1)

2010年(1)

分类: Oracle

2014-05-01 14:55:48

  1. RMAN-00571: ===========================================================
  2. RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
  3. RMAN-00571: ===========================================================
  4. RMAN-03002: failure of delete command at 04/25/2014 19:00:37
  5. ORA-19550: cannot use backup/restore functions while using dispatcher
RMAN> register database;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of register command at 05/07/2007 10:32:31
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of full resync command on default channel at 05/07/2007 10:32:31
ORA-19550: cannot use backup/restore functions while using dispatcher
 
ORA-19550 cannot use backup/restore functions while using dispatcher
Cause An attempt was made to use backup/restore functions while connected to the dispatcher in a multi-threaded server. This is not allowed because the device that is used for backup and restore must remain allocated to a single process.
Action Connect directly to the instance then re-execute the backup or restore function.

因db配置为MTS,修改tnsnames.ora文件把connect mode改为dedicated即可。

阅读(1983) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~