Oracle RAC的ORA-12545 Connect failed because target host or object does not exist問題
aix5.3系統上的oracle 10.2.0.3 RAC,連線資料庫的時候經常報如下錯誤:
ORA-12545: Connect failed because target host or object does not exist |
這個問題可以透過設定rac資料庫各個節點的local_listener引數來解決,有兩種方式:
[@more@]方式1
在RAC的每個節點上編輯$ORACLE_HOME/network/admin/tnsnames.ora,增加local_listener_rac= (ADDRESS_LIST= (ADDRESS=(PROTOCOL=tcp)(HOST= ) |
在rac的任意一個節點上修改資料庫引數,設定local_listener為local_listener_rac
$ sqlplus / as sysdba SQL> alter system set local_listener='local_listener_rac' scope=spfile; |
重新啟動各個節點上的資料庫例項
方式2
也可以按照metallink上id為364855.1的文件使用如下方法修改在rac的每個節點上執行如下語句設定local_listener引數
sql>alter system set LOCAL_LISTENER="(ADDRESS=(PROTOCOL=TCP)(HOST= |
其中
instance_name對應當前節點的例項名,如rac1、rac2等,即每次只修改當前例項的引數
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1029681/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Laravel Class env does not exist 問題排查Laravel
- ORACLE RAC中連線ScanIP報錯ORA-12545的問題解決Oracle
- ORA-04043: object DBA_DATA_FILES does not existObject
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- [重慶思莊每日技術分享]-ORACLE RAC中連線ScanIP報錯ORA-12545的問題解決Oracle
- Oracle 12C ORA-12545 While Connecting to RAC through SCAN NameOracleWhile
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Property [title] does not exist on this collection instance
- Waring: /dev/centos/swap does not existdevCentOS
- ORACLE RAC TO RAC DG搭建過程中可能遇到的問題Oracle
- Oracle Rac 修改SGA_TARGET值無變化Oracle
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- Doris建立表報錯Failed to find enough host with storage medium問題解決AI
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- 安裝Oracle 11G RAC 遇到的2個問題——Failed to run "oifcfg" 和 找不到叢集節點OracleAI
- “Host ‘xxxx‘ is not allowed to connect to this MySQL server“MySqlServer
- Host 'localhost' is not allowed to connect to this MySQL serverlocalhostMySqlServer
- Oracle 19C RAC腦裂問題分析Oracle
- 【問題解決】java.sql.SQLException: null, message from server: “Host ‘xxx.xx.xx.xxx‘ is blocked because ofJavaSQLExceptionNullServerBloC
- because it is a JDK dynamic proxy that implements 問題JDK
- Host 'xxx' is not allowed to connect to this MySQL server.MySqlServer
- [20211231]ORA-01418 specified index does not exist.txtIndex
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- Oracle優化案例-10035定位failed parse問題(三十二)Oracle優化AI
- oracle rac 單個例項不能生成awr報告的問題Oracle
- 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
- rancher 的 deployment does not have minimum availability 問題AI
- redis connect timeout問題排查Redis
- VirtualBox Host-only Adapter,Failed to create the host-only adapter 轉APTAI
- Mysql host is blocked because of many connection errors;unblock解決方法MySqlBloCError
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- Oracle 11g RAC之HAIP相關問題總結OracleAI
- Oracle RAC+DG巡檢常見問題彙總(一)Oracle
- Laravel connect oracleLaravelOracle
- ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong typeS3