oracle 无法打开服务 <OracleOraDb10g_home1TNSListener>,错误 1060
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4232723/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Failed to open service <OracleOraDb10g_home1TNSListener>, error 1060
提问by sdsds
I am not able to start my oracle database listener. It display the following error message:
我无法启动我的 oracle 数据库侦听器。它显示以下错误消息:
Failed to open service , error 1060. TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
无法打开服务,错误 1060。32 位 Windows 的 TNSLSNR:版本 10.2.0.1.0 - 生产日志消息写入 C:\oracle\product\10.2.0\db_1\network\log\listener.log
How do i resolve this issue?
我该如何解决这个问题?
回答by JOTN
Usually it's something like the port is already being used by another process. The database doesn't have to be running to start the listener so that wouldn't cause it to fail. Posting the end of the log would make it clear.
通常它类似于端口已经被另一个进程使用。数据库不必运行来启动侦听器,这样就不会导致它失败。发布日志的末尾将使其清楚。
回答by Mark
I ran into the same issue when I rebuilt a database server. Another possibility, specific to windows, is a registry setting is incorrect. In my case, it was as simple as TNS_ADMIN pointing to the wrong location.
我在重建数据库服务器时遇到了同样的问题。另一种特定于 Windows 的可能性是注册表设置不正确。就我而言,它就像 TNS_ADMIN 指向错误的位置一样简单。