针对您遇到的Oracle 11g报错ORA-12505,即“tns does not currently know of sid given in connect descriptor”,我们可以按照以下步骤进行排查和解决: 1. 确认Oracle 11g数据库服务状态 首先,我们需要确认Oracle数据库服务是否正在运行。可以通过以下命令在命令行中检查: bash ps -ef | grep ora_pmon_ 如果看到与...
但是sqlPus上输入用户名和密码可以连接通过,百思不得其解(菜鸟本质 好奇)。 这种情况下查看了navicat的历史日志:ORA-12514: TNS:listener does not currently know of service requested in connect。 通过网上搜索查到说 navicat工具是32位,oracle64位不匹配,心想很有可能是这原因。因此通过博友给出的路径http://...
【错误描述】 ORA-12505,TNS:listener does not currently know of sid given in connect descriptor. 【出错原因】 老的url写法不适用于新的数据库。 之前程序url和dirver是这样写的: publicstaticConnection getConnection() { Connection conn=null;try{ Class.forName("oracle.jdbc.driver.OracleDriver"); String...
这个错误 ORA12505, TNS:listener does not currently know of SID given in connect descriptor 表示 ...
通过pl/sql 连接报错:ORA_12514:TNS:listener does not currently know of service requested in connect 当我们使用plsql连接Oracle数据库时,sqplus都能连接上,不知道为什么plsql突然连接不上,还报如下错: 可能是我们使用的plsql的版本太低了,可以尝试换一个高版本的plsql,报ORA-12514的错可能存在很多种情况,现...
出现错误: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor 做一下记录: jdbc连接数据库的时候,需要使用数据库的sid_name,而不是数据库的services_name
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor org.pentaho.di.core.exception.KettleDatabaseException: 1. 2. 来看oracle 数据库版本 select * from v$version; 1. 连接oracle 12c以上的数据库需要在数据库名称前加上’/’。如下图所示 ...
问题描述 Dataphin连接Oracle数据源报错'ORA-12514, TNS:listener does not currently know of service requested in connect descriptor'。 问题原因 该问题出现的原因极有可能是修改了IP导致的。 解决方案 需要配合数据库管理员排查下,如果是改变了IP,则需要改变数据库的监听IP地址。 适用于 Dataphin 本...
I am on an Oracle Engineered System (X8) and using Oracle 19.0.0.0.0. While trying to connect to a pdb directly from sqlplus, I am getting the following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. ...
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: 192.168.149.128:1521:orcl at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.DatabaseError.throwSqlException(Database...