ORA-00119: invalid specification for system parameter REMOTE_LISTENER
環境說明: RAC 啟動資料庫報 ORA-00119: invalid specification for system parameter REMOTE_LISTENER 。 檢查 listener.ora 與 tnsnames.ora 沒有發現問題 。
[root@node1 bin]# ./srvctl start database -d devdb
PRCR-1079 : Failed to start resource ora.devdb.dbCRS-5017: The resource action "ora.devdb.db start" encountered the following error:
ORA-00119: invalid specification for system parameter REMOTE_LISTENER
ORA-00132: syntax error or unresolved network name 'scan-cluster.localdomain:1521'
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/node1/agent/crsd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.devdb.db' on 'node1' failed
CRS-2632: There are no more servers to try to place resource 'ora.devdb.db' on that would satisfy its placement policy
最後,檢查 sqlnet.ora
把sqlnet.ora裡面的
NAMES.DIRECTORY_PATH=(TNSNAMES)
改成
NAMES.DIRECTORY_PATH=(EZCONNECT)
恢復正常。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31383567/viewspace-2135150/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【故障處理】ORA-00119: invalid specification for system parameter LOCAL_LISTENER
- 學習動態效能表(14)--V$PARAMETER&V$SYSTEM_PARAMETER
- (轉):學習Oracle動態效能表-(17)-v$parameter & v$system_parameterOracle
- 學習動態效能表第14篇--V$PARAMETER&V$SYSTEM_PARAMETER
- ORA-31600: invalid input value INDEX PARTITION for parameterIndex
- ICA Client Error 1043: Invalid Parameter with a Towitoko CHIPDRIVE SIM Card ReaderclientError
- System.InvalidProgramException:“Common Language Runtime detected an invalid program.”Exception
- 規格模式(Specification Pattern)模式
- remote_listener和listener passwordREM
- Initialization Parameter Files and Server Parameter Files (287)Server
- Save and Edit a Report Specification locally
- scala的specification規格模式模式
- 關於RAC的remote_listenerREM
- remote_listener和local_listenerREM
- Oracle ParameterOracle
- ECMAScript® 2015 Language Specification
- Akka官方文件翻譯:Cluster Specification
- remote_listener引發的故障分析REM
- local_listener ,remote_listener 的配置REM
- Required parameter $xxx follows optional parameter $yyyUI
- The SPFILE Initialization Parameter
- Sessions & Processes parameterSession
- Import parameter: STATISTICSImport
- Export Parameter : BufferExport
- Export Parameter : QueryExport
- HITSC_5_Designing Specification
- local_listener與remote_listener詳述REM
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- 使用DBMS_UTILITY.get_parameter_value檢視session的parameterSession
- Oracle Server Parameter FilesOracleServer
- What Is a Server Parameter File?Server
- Create a New Parameter ID
- 10.2.0.2 init parameter
- Export Parameter : ConsistentExport
- Export Parameter : CompressExport
- LTSPICE parameter設定
- local_listener 與 remote_listener 引數說明REM
- 關於local_listener、remote_listener、current_listenerREM