原文:Oracle SQL developer连接数据库报错:ORA-12505 listener refused the connection with the following error……

解决数据库连接报错Listener refused the connection with the following error: ORA DreamSeeker CSDN博客 上面 ,说的很详细,但这两个文件我都没有 ORA , TNS:listener does not currently know of SID given in connect descriptor 游海东的技术专栏 C ...

2021-09-14 16:32 2 80 推荐指数:

查看详情

Connection to Oracle failed. [66000][12505] Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know

我安装了Oracle数据库,默认的数据库用户名是system,密码口令是安装过程中你自己设置的。可以先使用命令框,输入 然后再输入密码即可。 然后我的数据库连接工具使用的是DataGrip,我在使用DataGrip连接的时候发现,报了这个错误 Connection ...

Thu Mar 28 00:15:00 CST 2019 0 1198
66000][12505] Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect

新装的idea开发工具后连接数据库出现如题所示错误。 1、网上搜了不少的文章,没有解决我的问题。后来细心看了一下url: 一开始url是这样子的。 2、由于是idea开发工具自动生成的,SID不匹配此请求url,需要改成如下完美解决问题,注意双斜杠跟单斜杠。 ...

Mon Sep 23 17:21:00 CST 2019 0 851
kettle连接oracle数据库报错ORA-12505

报错信息: Error connecting to database: (using class oracle.jdbc.driver.OracleDriver) Listener refused the connection with the following error ...

Tue Jan 07 05:30:00 CST 2020 0 3042
使用BasicDataSource连接连接oracle数据库报错ORA-12505

  先看连接池配置:   再看对应的配置:      然后启动失败了:   去PL/SQL试了下,发现给的用户密码是数据库服务的,而不是实例的。用service_name可以登录Oracle,但SID不行。把配置改为 ...

Mon Aug 21 17:42:00 CST 2017 0 1264
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM