首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

ORA-19573: 无法获得 exclusive 入队 (数据文件 1 的)

2014-01-28 
RMANrestoredatabase启动restore于15-12月-05分配的通道:ORA_DISK_1通道ORA_DISK_1:sid13devtypeDISK通

  RMAN>  restore  database; 
启动  restore  于  15-12月-05 
分配的通道:  ORA_DISK_1 
通道  ORA_DISK_1:  sid=13  devtype=DISK 
通道  ORA_DISK_1:  正在开始恢复数据文件备份集 
通道  ORA_DISK_1:  正在指定从备份集恢复的数据文件 
正将数据文件00001恢复到C:\ORACLE\ORADATA\TEST\SYSTEM01.DBF 
正将数据文件00002恢复到C:\ORACLE\ORADATA\TEST\UNDOTBS01.DBF 
正将数据文件00003恢复到C:\ORACLE\ORADATA\TEST\CWMLITE01.DBF 
正将数据文件00004恢复到C:\ORACLE\ORADATA\TEST\DRSYS01.DBF 
正将数据文件00005恢复到C:\ORACLE\ORADATA\TEST\EXAMPLE01.DBF 
正将数据文件00006恢复到C:\ORACLE\ORADATA\TEST\INDX01.DBF 
正将数据文件00007恢复到C:\ORACLE\ORADATA\TEST\ODM01.DBF 
正将数据文件00008恢复到C:\ORACLE\ORADATA\TEST\TOOLS01.DBF 
正将数据文件00009恢复到C:\ORACLE\ORADATA\TEST\USERS01.DBF 
正将数据文件00010恢复到C:\ORACLE\ORADATA\TEST\XDB01.DBF 
RMAN-00571:  =========================================================== 
RMAN-00569:  ===============  ERROR  MESSAGE  STACK  FOLLOWS  =============== 
RMAN-00571:  =========================================================== 
RMAN-03002:  failure  of  restore  command  at  12/15/2005  10:21:46 
ORA-19573:  无法获得  exclusive  入队  (数据文件  1  的) 

请问这个怎样解决啊?



------解决方法--------------------------------------------------------
ORA-19573 cannot obtain string enqueue for datafile string


Cause: The file access enqueue could not be obtained for a file specified in a backup, copy or restore operation. If the enqueue type shown is SHARED, then the file is the input file for a backup or copy. If the type is EXCLUSIVE, then the file is the output file for a datafile copy or restore which is attempting to overwrite the currently active version of that file. In this case, the file must be offline or the database must be closed. If the type is read-only, then you are attempting to back up or copy this file while the database is in NOARCHIVELOG mode.

Action: Wait until the conflicting operation is complete, then retry the copy or backup. If the database is in NOARCHIVELOG mode, then all files being backed up must be closed clealy.
------解决方法--------------------------------------------------------
你的数据库必须为mount方式下来restore,
什么版本? 也不排除bug

需要重新启动进程.

        

热点排行