RMAN ORA-19697: standby control file not found in backup set

C:Documents and SettingsOracle.XP_ONE>set oracle_sid=orcl

C:Documents and SettingsOracle.XP_ONE>rman target /

Recovery Manager: Release 10.2.0.1.0 - Production on Thu May 1 23:12:47 2008

Copyright (c) 1982, 2005, Oracle. All rights reserved.

connected to target database: orcl (not mounted)

RMAN> restore controlfile from 'c:3RJFA2A6_1_1';

Starting restore at 08-05-01
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=156 devtype=DISK

channel ORA_DISK_1: restoring control file
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 05/01/2008 23:13:42
ORA-19697: standby control file not found in backup set

RMAN>

我在做 controlfile 恢复时,用错了 controlfile 的错误的备份,竟报以上错误,说找不到 standby controlfile 。很是奇怪。

以下是 ORA-19697 错误的解释

ORA-19697: standby control file not found in backup set
Cause: The standby control file could not be restored because it is not in this backup set.
Action: This message is issued when the directory from the first backup piece is read and one or more files named for restoration were not found in the piece. You must supply the first backup piece of a backup set that contains the requested file.
[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/66634/viewspace-1003218/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/66634/viewspace-1003218/

你可能感兴趣的:(数据库)