ORA-12545: Connect failed because target host or object does not exist
環境:red hat 4.7 +oracle 10g
1.在節點1的tnsname.ora增加
local_listener_rac=
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.201)(PORT = 1521))
)
其中host=192.168.1.201 為vip地址
2.在節點2的tnsname.ora增加
local_listener_rac=
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.202)(PORT = 1521))
)
3.在任意節點修改local_listener引數
SQL> alter system set local_listener='local_listener_rac' scope=spfile;
System altered.
4.重啟各節點上的例項
1.在節點1的tnsname.ora增加
local_listener_rac=
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.201)(PORT = 1521))
)
其中host=192.168.1.201 為vip地址
2.在節點2的tnsname.ora增加
local_listener_rac=
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.202)(PORT = 1521))
)
3.在任意節點修改local_listener引數
SQL> alter system set local_listener='local_listener_rac' scope=spfile;
System altered.
4.重啟各節點上的例項
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26937943/viewspace-1809396/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-04043: object DBA_DATA_FILES does not existObject
- Waring: /dev/centos/swap does not existdevCentOS
- Property [title] does not exist on this collection instance
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- Laravel Class env does not exist 問題排查Laravel
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- Host 'localhost' is not allowed to connect to this MySQL serverlocalhostMySqlServer
- “Host ‘xxxx‘ is not allowed to connect to this MySQL server“MySqlServer
- [20211231]ORA-01418 specified index does not exist.txtIndex
- Host 'xxx' is not allowed to connect to this MySQL server.MySqlServer
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- dcat-admin 表單 Field type [autocomplete] does not exist.
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- MySQL-1130-host ... is not allowed to connect to this MySql serverMySqlServer
- VirtualBox Host-only Adapter,Failed to create the host-only adapter 轉APTAI
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- Mysql host is blocked because of many connection errors;unblock解決方法MySqlBloCError
- ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong typeS3
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- Host 'xxx' is not allowed to connect to this MySQL server 解決方法MySqlServer
- Failed to connect to raw.githubusercontent.com port 443AIGithub
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP
- yii2接入pgSQL(查詢不到表The table does not exist: {{%user}})SQL
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- Job for docker.service failed because the control process exited with error codeDockerAIError
- [mac pip錯誤]Can't connect to HTTPS URL because the SSL module is not availableMacHTTPAI
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- streamlit run執行報錯,Invalid value: File does not exist: XXX.py
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- Error message Object BOM does not allow filter on MAST.STLNRErrorObjectFilterAST
- ORA-12514:TNS:listener does not currently know of service requested in connect descriptor
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- 虛擬機器之間能夠ping通,但是建立tcp連線時卻顯示Failed in connect to TCP server: No route to host虛擬機TCPAIServer
- Eclipse裡Tomcat報錯:Document base ……does not exist or is not a readable directory(圖文詳解)...EclipseTomcat
- 安裝kernel...src.rpm錯誤:warning: user mockbuild does not exist - using rootMockUI
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST