CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 Oracle数据库 搜索资源 - Pool

搜索资源列表

  1. occipool_demo

    0下载:
  2. Oracle10g occi 连接池创建方法-10g occi connection pool creation method
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2.43kb
    • 提供者:babyok
  1. Oracle9i-SGA

    0下载:
  2. Oracle 在启动的时候指定SGA使用多少虚拟内存,并且在运行时允许实例通过调整buffer cache, shared pool, large pool和PGA的大小动态的调整SGA。-Oracle boot time designated SGA amount of virtual memory, and at runtime allowing example by adjusting the buffer cache, shared pool, large pool and the si
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:8.2kb
    • 提供者:叶子
  1. clob-blob

    0下载:
  2. 完整通过JAVA读写ORACLE中CLOB、BLOB字段的方法,提供数据库连接池的方法-complete literacy through Java Oracle CLOB, BLOB field method provide database connection pool of
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:楚天
  1. DBPoolManage

    0下载:
  2. 一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获-a database connection pool that can capture close, the initial initialization time specified number of connections exceeds the number connections, connections will b
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:6.27kb
    • 提供者:李伟
  1. pubconn

    0下载:
  2. 一个连接池源码,非常好用!创建一个cf,然后cf.getconn()就可以得到空闲连接,可以设置最大最小连接数-a connection pool source, a very handy! Create an cf, then cf.getconn () can be idle connections, to set the maximum number of the smallest link
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:10.9kb
    • 提供者:曾问
  1. ocilib-3.0.0-windows

    0下载:
  2. ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.-ORACLE Programming good things, written in pure C package OCI. Well used to support the data pool.
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:anan
  1. jdbc

    0下载:
  2. 连接数据库java连接池可以缓存连接并且可以自己修改连接池-Connect java database connection pool can be cached and can be connected to amend its own connection pool
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:3.66kb
    • 提供者:liyongdong
  1. Pool

    0下载:
  2. oracle 数据库,在C++中用连接池实现高速连接与访问。-oracle database, in the C++ using connection pooling to achieve high-speed connectivity and access.
  3. 所属分类:Oracle

    • 发布日期:2017-05-16
    • 文件大小:4.03mb
    • 提供者:chang
  1. database_resident_connection_pooling

    0下载:
  2. ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连接池。大大提高了访问ORACLE的效率。-ORACLE 11G introduced a DRCP (database resident connection pooling) this rather nice feature, can allow application sharing the same database connect
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:255.98kb
    • 提供者:任毅
  1. occipool

    0下载:
  2. 很好的封装了occi数据库连接池,用起来十分方便-A good package of occi database connection pool is very convenient to use them
  3. 所属分类:Oracle

    • 发布日期:2017-04-07
    • 文件大小:2.15kb
    • 提供者:chengtl
  1. Oracle_DBA

    0下载:
  2. 《深入浅出Oracle:DBA入门、进阶与诊断案例》针对数据库的启动和关闭、能数及参数文件、数据字典、内存管理、Buffer Cache与Shared Pool原理、重做、回滚与撤销、等待事件、性能诊断与SQL优化等几大Oracle热点主题从基础知识入手,深入研究相关技术,并结合性能调整及丰富的诊断案例,力图将Oracle的知识全面、系统、深入地展现给读者。 本书给出了大量取自实际工作现场的实例。在分析实例的过程中,兼顾深度与广度,不仅对实际问题的现象、产生原因和相关的原理进行了深入浅出的
  3. 所属分类:Oracle

    • 发布日期:2017-06-09
    • 文件大小:15.64mb
    • 提供者:
  1. check_oracle

    0下载:
  2. 自定义oracle监控,包括:表空间,SID,缓冲池,-Custom oracle monitoring, including: Table space, SID, buffer pool,
  3. 所属分类:Oracle

    • 发布日期:2017-04-01
    • 文件大小:2.76kb
    • 提供者:张三
  1. Oracle.Performance.Tuning

    0下载:
  2. hared Pool是Oracle SGA设置中最复杂也是最重要的一部分内容,Oracle通过Shared Pool来实现SQL共享、减少代码硬解析等,从而提高数据库的性能。在某些版本中,如果设置不当,Shared Pool可能会极大地影响数据库的正常运行-hared Pool Oracle SGA setting is the most complex and most important part, Oracle SQL through the Shared Pool to achieve
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:211.23kb
    • 提供者:sky13and23
  1. BoneCP

    0下载:
  2. 这是java通过JDBC使用数据池连接数据库的小实例源码,有oracle和mysql两个实例-This is a java through JDBC data pool to connect to the database instance of the source code, oracle and mysql two instances
  3. 所属分类:Oracle

    • 发布日期:2017-05-12
    • 文件大小:2.67mb
    • 提供者:宋超
  1. advice

    0下载:
  2. All kind of advices. For example buffer cache, shared pool, keep pool etc
  3. 所属分类:Oracle

    • 发布日期:2017-12-08
    • 文件大小:2.32kb
    • 提供者:Superfreak
  1. SearchData

    0下载:
  2. 前段时间自己用swt编写oracle遍历搜索器,可以根据关键字进行模糊查询,查出关键字所在表,列.(采用多线程查询/数据库线程池)-Some time ago they used to write oracle swt traversal search, you can be fuzzy query based on keyword, find out the keywords table columns. (Using multi-threaded query/database thread
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2.25mb
    • 提供者:卷卷
  1. c3p0-DBPool_ConnectionManager

    0下载:
  2. 数据库连接池,带Jar包,定义了ConnectionManager类,实现简单易用性好;可以下载测试-oracle database connection pool
  3. 所属分类:Oracle

    • 发布日期:2017-05-06
    • 文件大小:1.05mb
    • 提供者:xxl
  1. db_API

    0下载:
  2. 基于java JDBC的一个数据库驱动程序,程序分为3层:驱动层及一个数据库连接池;数据库基本操作层(对数据库的查询,删除,修改等基本操作);功能指令层,主要是通过实际问题编写实际操作指令。-Based on a java JDBC driver, the program is divided into three layers: the driver layer and a connection pool basic operation layer (for query, delet
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:54.14kb
    • 提供者:李亚
搜珍网 www.dssz.com