Problem Description:
-----------------------While duplicate database whenever I try to connect to auxiliary instance from the target database it returns me with error ORA-12528.
SQL> host rman target / AUXILIARY sys/test@saturn/dupbase
Recovery Manager: Release 10.2.0.1.0 - Production on Tue May 13 03:42:00 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: DBASE (DBID=1509380669)
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-12528: TNS:listener: all appropriate instances are blocking new connectionsCause of the Problem:
-------------------------The problem happens because of the auxiliary instance has just started. It is now in NOMOUNT stage. The instance registration with the listener is performed by PMON process and to start the PMON process database need to be in mount stage. So, before the instance registration by PMON with the listener there is actually noting to register and hence the instance is BLOCKED.
Solution of the Problem:
--------------------------------------
Option 1:Connect to the auxiliary instance using OS authentication (as /) and use password file authentication for target database and connect via Listener.For an example:
Here from auxiliary destination I issued the command and hence successfully connected.
bash-3.00$ rman target sys/a@neptune:1522/dbase AUXILIARY /
Recovery Manager: Release 10.2.0.1.0 - Production on Tue May 13 04:07:36 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: DBASE (DBID=1509380669)
connected to auxiliary database: DUPBASE (not mounted)Option 2:Create a static entry for the auxiliary database in the listener.ora file and restart the listener. For example:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = dupbase)
(ORACLE_HOME = /oracle/product/db_1)
(SID_NAME = dupbase)
)
)
or,
Use the Oracle10G feature :
In the file tnsnames.ora add,
bash-3.00$ vi /oracle/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
DBASE_CONN=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST =saturn)(PORT = 1522))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME =dupbase)(UR=A)
)
)
This fix is required for administrative connections where we specify (UR=A) in connect data.
Related Documents:
-------------------------Duplicate Database to a New host
FROM: http://arjudba.blogspot.com/2008/05/connection-to-auxilary-instance-failed.html
分享到:
相关推荐
【MMS_041392]Mill feed and Auxilary Control.rar 是一个与工业自动化相关的压缩包,其中包含了AB PLC(Allen Bradley Programmable Logic Controller)的编程示例和控制策略。AB PLC是美国罗克韦尔自动化公司旗下...
This paper focuses on the parameter ... The key is to use a linear filter to filter the input–output data. The proposed algorithms can identify the parameters of the system models and the n
AB PLC例程代码项目案例 【备注】 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用!有问题请及时沟通交流。 2、适用人群:计算机相关专业(如计科、信息安全、数据科学与大数据技术...
文件夹matlab-files和auxilary文件包含与通过蓝牙与计算机进行通信相关的文件,而其他所有内容均与机器人编程有关。 前一个文件夹包含一些有关数据检索和校准的文件,而后一个文件夹包含通过设备管理器影响COM端口的...
另外,文档还涉及了GDALGrid类,它提供了处理栅格数据和进行空间插值的算法,比如最邻近插值(Nearest Neighbor)、反距离加权插值(Inverse Distance to a Power)、移动平均法(Moving Average)等。这些技术在...