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
文件夹matlab-files和auxilary文件包含与通过蓝牙与计算机进行通信相关的文件,而其他所有内容均与机器人编程有关。 前一个文件夹包含一些有关数据检索和校准的文件,而后一个文件夹包含通过设备管理器影响COM端口的...
另外,文档还涉及了GDALGrid类,它提供了处理栅格数据和进行空间插值的算法,比如最邻近插值(Nearest Neighbor)、反距离加权插值(Inverse Distance to a Power)、移动平均法(Moving Average)等。这些技术在...
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
基于java的网吧管理系统答辩PPT.pptx
基于java的基于SSM架构的网上书城系统答辩PPT.pptx
tornado-6.1-cp37-cp37m-win32.whl
c语言气泡排序、插入排序、选择排序、快速排序、希尔排序、堆排序、合并排序_SortAlgorithm.zip
Keyboard Maestro 11.0.3_macwk.dmg
基于微信小程序的鲜花销售微信小程序答辩PPT.pptx
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
tornado-6.2b1-cp39-cp39-musllinux_1_1_x86_64.whl
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
tornado-6.1b2-cp38-cp38-manylinux2014_aarch64.whl
基于java的土家风景文化管理平台答辩PPT.pptx
jira安装包
基于java的机场网上订票系统答辩PPT.pptx
小区物业管理系统 SSM毕业设计 附带论文 启动教程:https://www.bilibili.com/video/BV1GK1iYyE2B