您的位置:首页 > 大数据 > 人工智能

ORA-19573 cannot obtain string e…

2017-05-02 10:45 351 查看
RMAN> restore datafile 1;

启动 restore 于 12-8月 -10

使用通道 ORA_DISK_1

通道 ORA_DISK_1: 正在开始恢复数据文件备份集

通道 ORA_DISK_1: 正在指定从备份集恢复的数据文件

正将数据文件00001恢复到D:\ORACLE\PRODUCT\10.1.0\ORADATA\MYORACLE\SYSTEM01.DBF

RMAN-00571:
===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
===============

RMAN-00571:
===========================================================

RMAN-03002: failure of restore command at 08/12/2010 12:59:56

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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐