资源列表
OciClasses.rar
- 这是一个开发oracle接口程序的示例源码。。,This is an example of the development oracle interface program source code. .
EbbinghausGenerate.rar
- 实现艾宾浩斯记忆曲线概念的 oracle 脚本,即:你准备的资料信息可以分别在第1天,第2天,第4天,第7天,第11天... 被当天的日期检索出来。(间隔自己可调整)适用于要想长期记忆相关信息的人们。典型的就是学生集中背英语单词的情景。,Ebbinghaus memory curve to achieve the concept of oracle scr ipt, that is: Are you prepared for data and information can be day 1,
orcal
- 培训期间,oracle老师的SQL笔记,同学基本人人备一份,都说不错,对想学习SQL是绝佳资料。-older programer sql note
Oracle-ERP(foundation)note
- oracle erp学习笔记,本文是网上整理资料,用于帮助大家快速学习erp系统-oracle erp study notes, this is the online order information to help you quickly learn erp system
otlcopy
- 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta
ex_oci_array_copy
- 示例源码:利用oci通过数组批量提交实现oracle表复制-Sample Source: Copy oracle table by oci bulk commit through an array
ex_occi_array_copy
- 示例源码:利用occi通过数组批量提交实现oracle表复制 -Sample Source: Copy oracle table by occi bulk commit through array
jdbc--drivers
- jdbc SQL 驱 动 包 包含mssql2000 mssql2005 oracle-jdbc SQL driver package
oracle-northwind
- Oracle Northwind 数据库生成-Oracle Northwind scr ipt
access-blob
- 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
sqlsets
- XML与关系数据库的映射,XML文档与oracle数据库的转换的SQL源码-Mapping XML and relational databases, XML documents and convert oracle database SQL source
Oracle_Delete
- Oracle删除重复记录. 删除表中多余的重复记录,方法一:重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录.方法二:利用游标。 -Oracle delete duplicate records. Delete unwanted duplicate records in the table, Method One: duplicate records are based on a single field (peopleId) to determi