资源列表
point-in-time-recovery-using-rman
- Oracle Database Backup & Recovery Using RMAN
new
- 场景:对于数据的处理中,删除一张表中的重复记录-Scene: For the processing of data, delete duplicate records in a table
BankApp
- oracle project for bank system
asdfas234dfsdf
- VB6 ORACLE 库连接代码-connect VB6 code!
OracleHelper
- 针对Oracle数据的操作封装。ExecuteNonQuery、ExecuteDataSet、ExecuteReader、ExecuteScalar-Package for the operation of Oracle data. ExecuteNonQuery, ExecuteDataSet, ExecuteReader, ExecuteScalar
s_userorg
- java操作上传sql文件,然后通过执行上传的Sql脚本文件来对数据表的操作-sql upload
Oracle-rownum
- 对于rownum来说它是oracle系统顺序分配为从查询返回的行的编号,返回的第一行分配的是1,第二行是2,依此类推,这个伪字段可以用于限制查询返回的总行数,而且rownum不能以任何表的名称作为前缀。-Rownum oracle for the system in order for the distribution of which is from the number of rows returned by the query and returns the first line of d
JavaBean
- 初期制作,只是为了下载.javaBean 的初次应用-initial production, only to download. The initial application javaBean
Temp-Table-In-Oracle
- Oracle 临时表的使用技巧说明,挺好的资料。-Temp table used in Oracle ,very good things for you !
trigger_update-score
- 利用触发器实现:当修改分数线分数时,考生的录取情况要随之相应改变-Using Trigger: When the modified score points, the candidates along with corresponding changes to admissions
PROJECT
- ITS ORACLE PL/SQL CODE OF LIBRARY MANAGEMENT SYSTEM
otlcopy
- 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta