您的位置:首页 > 其它

ORA-00119: invalid specification for system parameter REMOTE_LISTENER

2017-03-11 10:42 483 查看
环境说明: 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.db

CRS-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)

恢复正常。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐