资源列表
Oracle
- 这是一个关于oracle里面的存储过程,游标,事务等的资料,适合于初学者-This is inside a stored procedure on oracle, cursor, transaction and other information, suitable for beginners
configuration-of-oracle-client
- 介绍配置oracle数据库客户端的详细步骤,结合实际工作经验进行说明。-Describes the configuration details of oracle database client steps, combined with practical work experience to illustrate.
occi_gcc343_x86_32_102030.tar
- OCCI 10g10.2版本修正库 32位,解决了getString 报段错误的BUG问题-OCCI 10g10.2 library version fixes
OraclePSpatial-and-OCI
- 《Oracle Spatial与OCI高级编程》课本的源码。是用OCI接口进行Oracle编程的好书-" Oracle Spatial with OCI Advanced Programming" textbook source
oracle
- oracel 数据库sql学习命令 所有命令都在oracle sqlplusw下运行通过 是学习oracle的同志不可或缺的。-oracel database sql command to learn all the commands are run by the oracle sqlplusw comrades is essential to learn oracle.
R-tree
- R树索引树的代码,用于空间数据库索引,是先进比较流行的数据库索引算法-R-tree index tree code, the index for spatial databases, advanced database indexing algorithm more popular
oraclemanual
- Oracle命令大全,适用于Oracle11g以下版本,基本上常用的都有了。-Oracle manual
Student.rar
- J2EE写的基于Struts2.0 用户登录 注册 程序 数据库Oracle 9i ,J2EE-based Struts2.0 Login to write the registration process database, Oracle 9i
canyinguanli
- 小剑版餐饮管理系统,是用C++编写的数据库系统-Small sword version of restaurant management system, is written in C++ database system
Oracle10g
- 这是《Oracle10g数据库管理与应用系统开发》的随书光盘,里面有各个章节的例子程序,希望可以帮助到需要的人-It is " Oracle10g database management and application development" of the CD with the book, there are various sections of the example program, I hope to help people who need
spssv11.5
- 这是数据统计分析的常用软件,这是一款简体中文版软件,特别适合于统计软件初学者使用。-This is a commonly used statistical analysis software, which is a simplified Chinese version of the software, especially suitable for beginners to use statistical software.
Oracle--biancheng
- 设有学生表student(学号sno, 姓名sname, 年龄 sage,系别dept)、课程表Course(课程号cno,课程名称cname)和选课表sc(学号sno,课程号cno,成绩grade),用Oracle PL/SQL语言设计一个名为pkg_student程序包,要求: (1)写出程序包头和包体的定义,其中包含函数avgGradePerCourse和存储过程printAvgGradeCourse。 (2)函数avgGradePerCourse计算某门课程的平均成绩,必须用P