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

搜索资源列表

  1. export

    0下载:
  2. 在linux下利用tocci操作oracle数据库的例程将数据导为XML格式的文件-tocci operation using the oracle database routines will Introduction to XML data files
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:何至于
  1. oracle查询

    0下载:
  2. 一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!-an oracle Inquiry jsp, to just sql statement, the names and contents of the database are displayed in the interface, attention : oracle needs its own driver installation!
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2940
    • 提供者:loon
  1. ADO连接Oracle和MS SQL

    0下载:
  2. 本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:13897
    • 提供者:谢刚
  1. 数据库上机实验四

    0下载:
  2. 使用ORCLE创建表,及相关操作。包括有详细的。SQL文件,直接使用PL/SQL即可导入数据库查看。-ORCLE used to create forms, and related operations. Includes detailed. SQL documents, direct access PL / SQL can look into the database.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:7529
    • 提供者:何芳
  1. projectclob

    0下载:
  2. java 对clob字段的读写,采用文件流实现,数据库为oracle-java right field read and write using stream realization of oracle database
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:36885
    • 提供者:杜洪丽
  1. Oracle9i-OMF

    0下载:
  2. 在Oracle 9i数据库中,我们可以选择使用Oracle-Managed Files(OMF)来简化对Oracle 数据库文件的管理。使用OMF就不需要DBA 直接管理Oracle 数据库的操作系统文件-Oracle 9i database, we can choose to use Oracle-Managed Files (OMF) to simplify the right Orac le document database management. OMF does not need t
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:8565
    • 提供者:叶子
  1. AdoJH

    0下载:
  2. 通过ADO访问数据库的方法的封装类的实现文件,以某数据可为例子访问-access to the database through ADO methods of achieving such Packaging document to a particular data can be visited as an example
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:66265
    • 提供者:张鹏
  1. DBTxtImp

    0下载:
  2. 从文本文件象Oracle数据库导入数据,可定义导入格式-from text files into databases like Oracle data into definable format
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:385571
    • 提供者:牟孝金
  1. access_to_oracle

    0下载:
  2. 数据转移从access到oracle,读一个access的文件,把记录导入到oracle数据库中-data transfer from access to the oracle, a Reading access to the documents, record into the oracle database
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2731300
    • 提供者:张雷
  1. monitor_database

    0下载:
  2. 监控数据库性能,回滚段的争用情况,监控文件系统的 I/O 比例-monitoring database performance, Rollback Segment of contention, control file system I / O ratio
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:again
  1. exp0326C

    0下载:
  2. 本程序是将ORACLE数据库中的表导出成为XML文件的程序。 1. 运行本程序前必须确保机器上已安装JDK 1.4.x 2. 编辑cfg.ini中的参数 3. 运行startup.bat -this program is to the Oracle database table as an XML file is derived procedures. 1. Run this program before must ensure that the machine has been
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1163228
    • 提供者:ZHANG YONG CHAO
  1. jsptoExcel

    0下载:
  2. 使用jsp查询oracle数据库生成excel文件-use jsp inquiries oracle database excel documents
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:7833
    • 提供者:肖明
  1. Oracle_backup

    0下载:
  2. 备份oracle数据库脚本,更新exp.txt文件的oracle登录用户名和密码,就可以使用了
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1127
    • 提供者:janeywong
  1. SQLCode代码和SQL生成向导

    1下载:
  2. 这是个SQL语句和代码生成向导,当写字段较多的SQL语句时很省事,适用于Delphi、C++Builder。 通过本程序可以方便快速的生成对Oracle单表的Insert、Update、Delete语句和对应的Delphi组件。 如果你想对Oracle表进行Insert、Update、Delete操作,那么只要把通过本向导产生的组件和代码 粘贴在程序里就可以直接运行。 --------------------------------------- 使用者须知:因为Oracle
  3. 所属分类:Oracle数据库

  1. access-blob

    0下载:
  2. oracle数据库提供了BLOB字段,我们可以使用这个字段往数据库保存二进制文件,此例子示范了delphi如何操作BLOB字段,实现往oracle数据库存/取二进制文件。-oracle database provides a BLOB field, we can use this field to save the binary file into the database, this example demonstrates how delphi BLOB field to the oracl
  3. 所属分类:Oracle

    • 发布日期:2017-04-02
    • 文件大小:477182
    • 提供者:张文强
  1. PLSQL

    1下载:
  2. PL/SQL8.0 官方最新版+汉化文件+注册码 自己在官网上下载的,能用且好用,分享给希望学做或正在做oracle数据库管理的人-PL/SQL8.0 Speaking of the official document++ latest version of their own on the official website to download registration code, and can be used and easy to use, share, or want to le
  3. 所属分类:Oracle

    • 发布日期:2017-06-14
    • 文件大小:22066673
    • 提供者:兰天
  1. JAVA-Classes12

    0下载:
  2. JAVA链接Oracle数据库包文件 适用于Oracle10g-JAVA Link Oracle database package file
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1127598
    • 提供者:李蒲洪
  1. Database_Interface

    0下载:
  2. 一个方便的数据库接口,可以将xls(excel表格)或DBF(foxpro)文件中的数据一步导入到oracle数据库中-A convenient database interface, can import xls (excel form) or DBF (foxpro) file data into oracle database
  3. 所属分类:Oracle

    • 发布日期:2017-05-15
    • 文件大小:3723664
    • 提供者:Tony
  1. proC

    0下载:
  2. 本程序是用proC编写的程序,用于查询Oracle数据库中的EMP表,其中proC1.pc是proC文件,proC1.c是编译成功的.c文件,说明是本程序的说明文档。-This procedure is used to prepare the procedure proc for Oracle database query EMP table, which is proc proC1.pc document, proC1.c is compiled success. C document des
  3. 所属分类:Oracle

    • 发布日期:2017-03-24
    • 文件大小:220342
    • 提供者:Jermaine
  1. 数据库系统实验指导教程

    0下载:
  2. 数据库系统实验指导教程,里面有一些代码和数据库文件,是个很不错的参考资料-Database system experiments tutorials, there are some code and database files, is a very good reference
  3. 所属分类:Oracle数据库

    • 发布日期:2017-11-04
    • 文件大小:10707976
    • 提供者:韩玉敏
« 12 3 4 »
搜珍网 www.dssz.com