描述:
在进行Oracle11g 使用duplicate from active database 创建物理ADG时提示以下错误:
[oracle@dba2 admin]$ rman target sys/oracle@ora11g_dba1 auxiliary sys/oracle@ora11g_dba2
Recovery Manager: Release 11.2.0.1.0 - Production on Wed Feb 20 14:41:28 2013Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORA11G (DBID=4173278619)
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04006: error from auxiliary database: ORA-01031: insufficient privileges
解决方法:
在auxiliary 库上执行以下命令,需要保证target和auxiliary 库的sys用户口令相同。
[oracle@dba2 dbs]$ orapwd file=orapw$ORACLE_SID password=oracle entries=10 force=y ignorecase=Y