ORA-12541: TNS:no listener 错误通常表明Oracle数据库服务器无法找到有效的监听器服务。以下是根据您提供的提示,分点进行的问题排查和解决建议: 确认Oracle监听器是否已启动: 您可以通过命令行工具检查监听器是否正在运行。在大多数操作系统上,您可以使用以下命令来启动和检查监听器状态: 在Windows上,可以使用lsnrctl star
importcx_Oracle conn= cx_Oracle.connect('testma/dingjia@192.168.88.139:1521/orcl') Traceback (most recent call last): File"", line 1,incx_Oracle.DatabaseError: ORA-12541: TNS:no listener 解决: 打开Oralce机器的Net Configuration Assistant,重新进行TNS配置。ps:若没有则添加一个。
You see the error "ORA-12541: TNS:no listener" on theSymantec Data Loss Prevention Enforce server.Learnhow to check the status of the Oracle listener service, and start or restart the service if necessary. ORA-12541: TNS:no listener Cause The root cause could be a number of issues ranging...
打开instantclient_12_1文件夹,将sqlplus.exe 所在的路径添加至系统变量的 Path路径中去 之后重新打开新的命令行窗口,重新输入:sqlplus scott/tiger@192.168.56.102:1521/orcl,出现ERROR: ORA-12541: TNS:no listener错误:没有监听器 解决办法如下: listener.ora 文件 和 tnsnames.ora 文件位置在虚拟机的:C:\app\...
HOST = 192.168.1.103 PORT = 1521 上 TCP协议下没有监听服务 看看 192.168.1.103 地址能联通不,连通的是正确的主机不 如果是主机没问题,看看该主机上的监听服务正常不 如果听服务正常,看看监听是怎么配置的,绑定的是哪个IP
登录 注册 待分类 > 待分类 > ERROR - ORA-12541- TNS- 无监听程序 下载文档 收藏 打印 转格式 210阅读文档大小:55.07K2页任熏儿上传于2012-09-12格式:PDF
之后重新打开新的命令行窗口,重新输入:sqlplus scott/tiger@192.168.56.102:1521/orcl,出现 ERROR: ORA-12541: TNS:no listener 错误:没有监听器 解决办法如下: listener.ora 文件 和 tnsnames.ora 文件位置在虚拟机的:C:\app\Training\product\11.2.0\dbhome_1\NETWORK\ADMIN ...
I am trying to use Oracle 12C with Django. But I am getting django.db.utils.DatabaseError: ORA-12541: TNS:no listener This is my Dockerfile #Tells Docker to use the official python 3 image from dockerhub as a base image FROM python:3 # S...
Oracle WebCenter Content - Version 10.0 and later: New Dependent Choice List Values Not Appearing. Error: "ORA-12541:TNS:no listener"
http://blog.csdn.net/ljsjr/article/details/8828969 在再次检查了ORACLE_HOME,ORACLE_SID,和 the listener.ora and the tnsnames.or 之后。 修改了 /etc/hosts,将localhost 设置为 127.0.0.1 localhost.localdomain localhost 重新启动Oracle listener,问题解决。