-
oracle 知识大全
Oracle知识点总结适合初学者,内容包括各种语法的使用说明,实例讲解,触发器,游标等内容。作为一个百科全书式的知识点锦集,其基本囊括了常用知识点。
- 2022-03-12 10:35:33下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1
-
带着代码书
oracle PL/sql专家指南随书代码-With the code book
- 2022-01-26 05:38:55下载
- 积分:1
-
oracle-basic
Oracle数据库系统是目前世界上流行的关系数据库管理系统,系统可移植性好、使用方便、功能强,适用于各类大、中、小、微机环境。(Oracle system is the world s popular relational management system, system portability is good, easy to use, powerful, suitable for all types of large, medium and small, computer environment.)
- 2016-10-08 14:44:59下载
- 积分:1
-
oracle db2 odbc
跨数据库平台:
n 支持 oracle 的OCI
n 支持DB2的CLI,
n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等)
Ø 跨OS平台:
n 标准C++语言,支持 unix/linux/windows
Ø 使用简单:
n 只有一个头文件
n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
n 相对 ProC等嵌入式开发,代码能相应减少
Ø 性能:
n 直接访问数据库API接口,具有API接口的高效率,可靠性
Ø 稳定性:
n 开源代码,唯一的代码文件otlv4.h,可以了解所有基于数据库API的实现细节
n 从1996年开始,到今已10余年.
Ø 可读性及可维护性:
n 标准C++代码,不需要任何预处理
n 使用流的形式,输入输出异常简洁
n 减少大量代码,
n 代码结构更加简洁
参考资料:
http://otl.sourceforge.net/
-oracle db2 odbc
- 2022-03-29 22:07:35下载
- 积分:1
-
Functions
这里我举函数的例子。如何在pl/sql中创建函数和调用函数
- 2022-07-11 12:53:45下载
- 积分:1
-
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!...
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!-VC and ORACLE data extraction program, you can operate under VC ORACLE toiled!
- 2023-03-15 01:10:03下载
- 积分:1
-
oraclebookforexams
(Sybex) - OCP Introduction to Oracle 9i SQL Study Guide (Sybex) - OCP Oracle 9i DBA Fundamentals I Study Guide((Sybex)- OCP Introduction to Oracle 9i SQL Study Guide (Sybex)- Oracle 9i OCP DBA Fundamen tals I Study Guide, etc.)
- 2006-12-17 02:02:37下载
- 积分:1
-
Oracle C语言 Proc编程
Linux、Unix下Oracle开发
Oracle C语言 Proc编程
Linux、Unix下Oracle开发-Oracle C programming language Proc Linux, Unix development under the Oracle
- 2022-02-01 11:57:54下载
- 积分:1
-
ORACLE数据库的批量插入例子,CBUILDER+PRO*C方式实现
ORACLE数据库的批量插入例子,CBUILDER+PRO*C方式实现-ORACLE database volume inserted example, PRO* C CBUILDER means
- 2023-09-06 00:35:03下载
- 积分:1