资源列表
ctlcrTmpTable
- # 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一致 # 注:如果失败,则ROLLBACK。 # 1. 如果源表不存在,返回失败 # 2. 如果目录表己存在,则返回失败 # 3. 如果数据从源表插入到目标表出错,则返回失败 # USAGE: ctlcrTmpTable.sh <dest_table> <src_table> <tbspace>-# 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一
SqlOptimizerForPage
- This is for paging of oracle to increase the query performance.
zwcl_ten_ret_fee
- 访问oracle数据库的存储过程,在某公司实际项目中应用-Access to oracle database, stored procedure, in a company' s actual application of the project
ocitest
- oci测试实例,用于连接oracle数据库,并操作数据表-oci sample
cx_Oracle-insert
- 使用cx_Oracle把文本文件入库,代码中附带说明-Cx_Oracle the text file using the storage, the annotated code
PB_rollbackSeg
- 这是一个PB源代码,实现了在程序中指定使用oracle的某个回滚段。-This is a PB source code, achieving specified in the program using the oracle of a rollback.
ora-link
- vb免客户端连接oracle数据库源代码-vb free client to connect oracle database source code
oracle_test_dbB
- 1.查询所有的课程名。 select 课程名 from 课程表 2.查询总学分数大于等于50的姓名。 select 姓名 from 成绩表 where 分数>= 50 3.查询计算机专业里所有叫王某某的出生时间。 select 出生时间 from 表 where 名字 live 王* -select cource_name from cource
ORACLE-STUD-DATA
- 这是一个oracle数据库的sql文件,其中包含各种sql语句,及权限的测试等等,对入门学习oracle很有帮助-This is a Oracle database SQL file, which contains a variety of SQL statements, and limits of testing and so on, to start learning Oracle helpful
matrixqqq
- Common Martix Operation ,include transpose, qr-factorization, trangular martix
oracle_fat
- oracle 处理事务的原理及内部事务注意事项-oracle transaction of business principles and the internal affairs of Attention
2
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create