搜索资源列表
网上机票订票系统数据库(oracle实现)
- 这是一个网上订票系统,包括具体的建模以及SQL实现。实现部分包括触发器,存储过程等-This is an online booking system, including specific modeling and SQL. Implementation includes triggers, stored procedures, etc.
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
oracletraining
- oracle数据库的中科院内部培训,是实施大型网格计算的基础-oracle database on internal training, Chinese Academy of Sciences, are the basis for the implementation of large scale grid computing
OCCI.ppt
- PPT explaining OCCI(Oracle C++ call interface) implementation
otlv4h
- OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。 -OTL is the Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedded
DBLab_2
- Oracle 数据库连接的客户端,用Java语言实现,有动态JTree结构显示数据库结构-Oracle Database Connection client, using Java language implementation, there are dynamic JTree structure shows the database structure
oracleSql
- 数据库性能优化总结,包含创建执行计划优化数据库,数据库语句优化手册。-Database performance optimization summary of the implementation plan includes creating a database optimization, database optimization manual statement.
oracle
- oracle培训课程,oracle的特征,讨论一个相关数据库-List the features of Oracle9i Discuss the the oretical and physical aspects of a relational database Describe the Oracle implementation of the RDBMS and ORDBMS
stepbystepDataGuard
- 有人叫它数据卫士,有人叫它data guard,在oracle的各项特性中它有着举足轻理的地位,他提供全面的服务包括:创建,维护,管理以及监控standby数据库,确保数据安全,管理员可以通过将一些操作转移到standby数据库执行的方式改善数据库性能-Some people call it Data Guard, some people call it data guard, in the oracle of the characteristics of the reason it has h
OCIExampleDlg
- 一个关于Oracle数据库的OCI编程的简单实现,可以用来学习OCI编程!-A program on the Oracle database, a simple implementation of OCI, OCI can be used to learn programming!
Oracle_Trigger_Storaged_Procedure_Programming
- 数据库专家Kevin Owens是美国财政部计算机中心的Oracle数据库管理员,他将与您共同探讨PL/SQL——Oracle的结构化查询语言(SQL),并教您如何通过构建健壮、大型的数据库来解决您的业务问题。 本书语言通俗易懂,并引入大量代码示例。书中详细介绍了许多技术来利用Oracle的特性,如触发器和存储过程等。这些特性支持数据库结合业务规则,并可以根据业务的发展变化对规则进行管理和修改。本书讨论的主题包括: · 查看数据字典中的约束 · 实施复杂的规则
imgpca
- This is implementation of Apriori Algorithm
Oracle9iQueryOptimize
- 《Oracle9i 的查询优化》描述了Oracle 的查询优化程序,它是数据库的关键组件,能让Oracle 的用户获得极佳的执行性能。Oracle 的查询优化技术在功能上无与伦比,本文详细讨论了查询优化的所有重要领域。 -" Oracle9i Query Optimization" describes Oracle' s query optimizer, which is a key component of the database, allowing users
ETLPDataStage
- 数据仓库ELT的实现过程,大家可以参考下。-ELT data warehouse implementation process, we can refer to the next.
WebSite2
- c#与oracle的连接实现,c#与oracle的连接实现-c# oracle connection with the implementation, c# and oracle' s connection to
occiQuery
- 这是一个OCCIQuery的程序!实现了查询功能!-This is a OCCIQuery program! Simple implementation of the search functions!
Oracle-9i
- Oracle 9i数据库会话间通信的设计与实现 运行环境:Win XP;Oracle 9i+Visual C++6.0 -Oracle 9i database session communication between design and implementation environment: Win XP Oracle 9i+ Visual C++6.0
final-adbs-implemen-using-semi-join
- semi join implementation
Oracle_trigger
- oracle数据库触发器的实现实例,帮助学习触发器-implementation examples oracle database triggers help you to learn about trigger
football-database
- A Football website database design and implementation using SQL