Connection to Auxiliary using connect string failed with ORA-12528_419440.1
Connection to Auxiliary using connect string failed with ORA-12528 (文件 ID 419440.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 10.1.0.2 and laterOracle Net Services - Version 10.1.0.2 and later Information in this document applies to any platform. ***Checked for relevance on 22-JUL-2014*** SymptomsDuplicate database fails while trying to connect to auxiliary instance. Connection from target database server to the auxiliary database fails with error: ORA-12528: TNS:listener: all appropriate instances are blocking new connections. rman target / auxiliary sys/password@uat
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
Note:
If "Duplicate from Active Database" available and used Then you must connect using 'TNS alias' to both, Target and AUXiliary Instance AUXiliary Instance should have a static Listener configured like: $ rman target sys/password@Target auxiliary sys/password@AUXiliary # To test, sqlplus (sysdba user), and rman must be able to connect to AUXiliary Instance, even if AUX instance is down/nomount # For this recommendation is to create a 'Static Listener' entry for the AUX instance
CauseThe cause of the problem is that the Auxiliary Instance is started in NOMOUNT status, so it's not registered with listener. PMON process registers the instances with listener when they are in MOUNT status, while instances are in NOMOUNT status appear in listener as BLOCKED. SolutionThere are 3 options to solve this problem
Option 1
Listener.ora
------------- SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = UAT) (ORACLE_HOME = G:\oracle\product\10.2.0\db_1) (SID_NAME = UAT) ) )
Option 2 ( does not work for ACTIVE DUPLICATE ) Start rman from Auxiliary environment. So you can connect to the auxiliary instance using OS authentication (as /) , then you need to use sqlnet connection for target database. For example make below connection in RMAN from auxiliary database server
E:> rman target sys/sys@prod auxiliary /
Option 3 ( This does not apply/work for ACTIVE DUPLICATE )
Use the Oracle10G feature ( specify (UR=A) in connect data )
tnsnames.ora
------------ UAT = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = uat.company.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = UAT)(UR=A) ) )
If issues with NET configuration, then a Request with NET Team should be opened .
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1282813/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- 11G dbconsole 報錯處理: WARN http: snmehl_connect: connect failed to (ehrprod:1158): Connection refusedHTTPAI
- go get報錯connect: connection refusedGo
- OGG Director報錯 Connection FAILEDAI
- Connection activation failed: Device not managed by NetworkManagerAIdev
- String interpolation using $
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- Failed to get D-Bus connection: Operation not permittedAIMIT
- Error: Connection activation failed: Device not managed by NetworkManagerErrorAIdev
- SQLServer映象報錯Connection handshake failedSQLServerAI
- Docker systemctl Failed to get D-Bus connectionDockerAI
- 解決Xmanager-AIX XDMCP Connection failedAI
- 解決Mac終端下載報錯 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refusedMacAIGithub
- Failed to execute user defined function(anonfun$concatStr$1: (map<string,string>, string) => string)AIFunction
- 【遠端除錯】Failed to connect to remote VM除錯AIREM
- [ CSSCLNT][1]clsssInitNative: connect failed, rc 9CSSAI
- AS編譯不通過,提示Error:Connection refused: connect編譯Error
- Gradle 編譯不通過 connection refused connectGradle編譯
- Connection to x as user y failed: ERROR: Wrong password for userAIError
- Developers community number 1 connection string referenceDeveloperUnity
- Xtrabackup備份報錯Failed to connect to MySQL serverAIMySqlServer
- Oracle ADG Heartbeat failed to connect to standby故障案例OracleAI
- Can't connect to X11 window server usingServer
- 【故障處理】ORA-28547: connection to server failed, probableServerAI
- Failed to connect to raw.githubusercontent.com port 443AIGithub
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- pod update -- Failed to connect to GitHub to update the CocoaPods/Specs specs repoAIGithub
- ubuntu gedit出錯:Failed to connect to the session manager的問題UbuntuAISession
- Can't connect to X11 window server using DISPLAY variableServer
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- 開發:異常收集之 Software caused connection abort: recv failedAI
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- Can't connect to X11 window server using '127.0.0.1:0.0'Server127.0.0.1
- 阿里雲站點升級提示:OpenSSL SSL_connect: Connection reset by peer in connection to www.pbootcms.com:443阿里boot
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI