`
shenhaocric
  • 浏览: 45613 次
  • 性别: Icon_minigender_1
  • 来自: 青岛
社区版块
存档分类

The Connection descriptor used by the client

 
阅读更多

可能是数据库上当前的连接数目已经超过了它能够处理的最大值.


查看当前的连接数

select count(*) from v$process;

 
数据库允许的最大连接数

select value from v$parameter where name='processes'; 

 

修改最大连接数:

alter system set processes=300 scope=spfile; 

 
重启数据库:

shutdown immediate;
startup; 

 shutdown   默认的是normal.可以省略;

 startup       默认的是open,也可以省略;

 

 

分享到:
评论

相关推荐

    Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core

    有的时候在开发jsp时,需要使用jstl时,在jsp上面引用jstl却出现错误:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core,这是由于缺少两个jar包导致的。

    最新版HID Descriptor Tool

    The tool also supports a variety of output formats (.txt, .inc, .h, etc.). DT uses ASCII based Usage Tables and supports vendor defined pages as well. Included are Usage Table files for the HID Usage...

    Exploring the Representation Capabilities of the HOG Descriptor

    ### 探索HOG描述符的表现能力 #### 摘要与引言 本文探讨了HOG(Histogram of Oriented Gradients)描述符在图像表示中的能力及其在物体识别任务中的应用。随着物体识别策略越来越多地依赖于局部描述符如SIFT或HOG...

    js包.rarMyEclipse 出错提示 Can not find the tag library descriptor for "http://java.s

    在使用MyEclipse进行Web开发时,可能会遇到一个常见的错误提示:“Can not find the tag library descriptor for 'http://java.sun.com/jsp/jstl/core'”。这个错误通常意味着你的项目缺少JSTL(JavaServer Pages ...

    Descriptor Learning for Efficient Retrieval

    by learning a projection from descriptor space to a new Euclidean space in which standard clustering techniques are more likely to assign matching descriptors to the same cluster, and non-matching ...

    cvpr18-3D Human Pose Estimation in the Wild by Adversarial Learning

    we design a geometric descriptor, which computes the pair- wise relative locations and distances between body joints, as a new information source for the discriminator. The ef- ficacy of our ...

    Matlab implementation of the HOG descriptor for

    **HOG特征(Histogram of Oriented Gradients)**是一种在计算机视觉领域中广泛使用的特征提取方法,尤其在行人检测上表现突出。Matlab是实现这一算法的常用平台,因为其强大的数学计算能力和友好的编程环境。...

    Matlab implementation of the HOG descriptor for pedestrian

    **哈特兰德方向梯度直方图(HOG)描述符在Matlab中的实现** 哈特兰德方向梯度直方图(Histogram of Oriented Gradients,简称HOG)是一种广泛应用于计算机视觉领域,尤其是行人检测的特征提取方法。...

    Java_for_the_Web_with_Servlets

    The book focuses on key technologies such as Servlets 2.3, JSP 1.2, EJB 2.0, and client-side scripting with JavaScript. It provides practical insights through real-world projects like e-commerce ...

    A NOVEL FEATURE DESCRIPTOR BASED ON THE SHEARLET TRANSFORM

    ### 基于剪切变换的新颖特征描述子 #### 摘要 本文提出了一种基于剪切变换(Shearlet Transform)的新型特征描述子——剪切系数直方图(Histograms of Shearlet Coefficients, HSC)。剪切变换作为一种强大的多...

    STATE- SPACE H∞ controller design for descriptor system

    ∞ controllers, and coefficients of controllers are given by the solutions of LMIs (see, e.g., Masubuchi, Kamitane, Ohara, & Suda, 1997, Rehm & Allgöwer, 2001, Uezato & Ikeda, 1999 and Xu & Lam, 2006...

    plugin-descriptor.properties

    plugin-descriptor.properties

    ZigBee问答之“profile”、“descriptor”

    ### ZigBee中的Profile与Descriptor详解 #### 一、Profile的理解与定义 **Profile**,在ZigBee协议中,被定义为一系列设备描述的集合,这些设备描述共同构成了一个协同工作的应用。简单来说,Profile是针对特定...

    Report Descriptor

    Report Descriptor分析

    hid descriptor tool USB 描述符生成工具

    HID Descriptor Tool 是一个专门用于生成和编辑HID设备描述符的实用工具。通过这个工具,开发者可以轻松地创建和调整HID设备的配置,确保它们能够正确地被操作系统识别和驱动。USB描述符包括设备描述符、配置描述符...

    servlet2.4doc

    The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. doGet...

    HID Descriptor Toolv2.4.zip

    USB报告描述符生成工具,如"HID Descriptor Toolv2.4.zip",是开发者和硬件工程师在设计USB设备,特别是人机交互设备(HID,Human Interface Device)时的重要工具。这个工具允许用户创建、编辑和分析USB HID设备的...

    JSEclipse_1.5.5.zip

    The JSEclipse_1.5.5.zip package ... It is used by the Eclipse IDE to determine the JSEclipse package location. - Install.txt - the file includes the JSEclipse installation notes - Readme.txt - this file

    InnoDB Operating system error number 9 Bad file descriptor

    mysql默认是线程不安全的...[MDEV-9749] InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Lost connection to MySQL server at 'handshake- reading initial communication packet'

Global site tag (gtag.js) - Google Analytics