`

数据库连接数少,报the network adapter could not establish the connection details:

阅读更多
数据库装完后,只能用dbvisualiser连接上,用sql语句报错,the network adapter could not establish the connection details:type:java.sql.sqlException,原因是数据库连接数太少
解决:Sqlplus /nolog
Conn system/密码 as sysdba
select count(*) from v$process --当前的连接数
select value from v$parameter where name = 'processes' --数据库允许的最大连接数

修改最大连接数:
alter system set processes = 1000 scope = spfile;
重启数据库:
shutdown immediate;
startup;

--查看当前有哪些用户正在使用数据
SELECT osuser, a.username,cpu_time/executions/1000000||'s', sql_fulltext,machine
from v$session a, v$sqlarea b
where a.sql_address =b.address order by cpu_time/executions desc;
分享到:
评论

相关推荐

    解决 The Network Adapter could not establish the connection

    自己用的解决 "The Network Adapter could not establish the connection" 的连接oracle问题。网上查的一些片段资料。主要是用自己去公司用的。

    Io 异常: The Network Adapter could not establish the connection

    NULL 博文链接:https://lbay.iteye.com/blog/784874

    oracle11g sqlDeveloper无法创建连接

    解决了oracle11g数据库安装后,使用自带的sqlDeveloper工具连接数据库,总是报The Network Adapter could not establish the connection这个问题

    Myeclipse链接Oracle等数据库时lo exception: The Network Adapter could not establish the connection

    今天小编就为大家分享一篇关于Myeclipse链接Oracle等数据库时lo exception: The Network Adapter could not establish the connection,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需要的朋友一起...

    java连接oracle数据库jar包ojdbc8

    接着,你需要编写Java代码来建立数据库连接。以下是一个简单的示例: ```java import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class OracleConnectionExample...

    JDBC连接Oracle数据库常见问题及解决方法

    4. Weblogic 连接 Oracle 问题:The Network Adapter could not establish the connection 解决方法: * 可能是服务器的监听停掉了,是数据库的问题,与应用无关;应该先检查一下 Oracle 是否正常,用 sql*plus ...

    Broadcom 802.11ac Network Adapter驱动

    标题中的“Broadcom 802.11ac Network Adapter驱动”指的是Broadcom公司生产的用于支持802.11ac无线网络标准的网卡驱动程序。802.11ac是Wi-Fi联盟制定的一种无线局域网(WLAN)通信标准,属于802.11家族的一员,它在...

    设置MyEclipse10.0连接Oracle11g数据库

    当你尝试`Test Driver`时,可能会遇到“Error while performing database login with the oracle.jdbc.driver.OracleDriver driver: Io exception: The Network Adapter could not establish the connection”的错误...

    hp usb network print adapter 驱动程序软件

    在现代办公环境中,打印机扮演着至关重要的角色,而HP USB Network Print Adapter则是将打印机连接到网络中的关键设备。驱动程序是让硬件设备与操作系统之间顺利通信的软件,对于HP USB Network Print Adapter来说,...

    Belkin 54g USB Network Adapter

    Belkin 54g USB Network Adapter 是一款由知名硬件制造商贝尔金(Belkin)推出的无线网络适配器,主要用于帮助用户的计算机接入54Mbps的802.11g无线网络。这款产品在设计时考虑到了易用性和兼容性,通过USB接口连接...

    连接不到数据库【转】整理.pdf

    当遇到“连接不到数据库”的问题时,通常会显示如"Io异常: The Network Adapter could not establish the connection"这样的错误信息。这个异常表明应用程序无法与数据库建立网络连接,可能由多种原因造成。以下是...

    解决ImportError: Could not find 'cudnn64_7.dll'

    在使用深度学习框架如百度飞桨(PaddlePaddle)时,可能会遇到导入错误ImportError,具体表现为"Could not find 'cudnn64_7.dll'"。这个错误通常是由于CUDA(NVIDIA的Compute Unified Device Architecture)环境配置...

    数据库连接大全--各种数据库连接方式

    数据库连接大全--各种数据库连接方式 数据库连接是一种与数据库进行交互的方式,允许用户在应用程序中访问和操作数据库中的数据。不同的数据库管理系统(DBMS)都有其特定的连接方式,以下是常见的数据库连接方式:...

    The Art of War in the Network Age: Back to the Future

    The Art of War in the Network Age: Back to the Future Wiley ISTE | Computers & Technology | Sep. 13 2016 | ISBN-10: 1848219121 | 200 pages | pdf | 3.33 mb by Joseph Henrotin (Author) Examining the ...

    BCM4313 802.11bg LP-PHY Network Adapter

    BCM4313 802.11bg LP-PHY Network Adapter是博通(Broadcom)公司生产的一款无线网络适配器,主要用于提供802.11b/g标准的无线连接。这款适配器设计时考虑了低功耗(LP-PHY),适合在笔记本电脑和其他移动设备上使用...

    Killer(R) Wireless-AC 1550 Wireless Network Adapter (9260NGW).rar

    【Killer(R) Wireless-AC 1550 Wireless Network Adapter (9260NGW)】是一款由Killer Networking(之前称为Bigfoot Networks)公司生产的高性能无线网络适配器,专为游戏爱好者和高性能计算需求的用户设计。...

    oracle12c,各种问题解决方案.docx

    2. [The Network Adapter Could Not Establish The Connection 解决方案](http://example.com/network-adapter-error) 3. [Oracle thenetworkadapter could not establish the connection]...

Global site tag (gtag.js) - Google Analytics