-
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第4部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。...
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第4部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。-this code for the use of PL/SQL stored procedures development of the database of typical examples of this Part 4 We can hope that the adoption of the code clearly how to use SQL to achieve complex business logic.
- 2022-01-22 17:11:28下载
- 积分:1
-
autoit oracle操作udf
autoit oracle操作udf,2个函数
1、连接oracle
2、通过连接执行sql返回数组。
(不用加dll运行,用的Microsoft ODBC for Oracle连接)
- 2022-05-26 10:28:00下载
- 积分:1
-
数据库管理员监控代码表空间的操作,包括…
数据库管理员监控表空间运行情况代码,包含临时表空间使用情况-Database administrators monitor the operation of the code table space, including the use of temporary table space
- 2023-03-30 06:35:04下载
- 积分:1
-
oracle常用脚本
1、查看表空间的名称及大小
2、查看表空间物理文件的名称及大小
3、查看回滚段名称及大小...
oracle常用脚本
1、查看表空间的名称及大小
2、查看表空间物理文件的名称及大小
3、查看回滚段名称及大小-oracle scrips
- 2022-04-15 15:49:53下载
- 积分:1
-
oracle实例一个介绍实例的好书想要的下吧
oracle实例一个介绍实例的好书想要的下吧-an example describing examples of the books are you want
- 2023-05-13 04:05:02下载
- 积分:1
-
Oracle高级SQL培训与讲解
说明: oracle高级sql培训和讲解文档,内容都是干货(Oracle advanced SQL training and explain the document, the content is dry goods)
- 2021-02-02 14:15:58下载
- 积分:1
-
Entonacion-de-Bases-de-Datos
Entonacion de Bases de Datos Oracle
- 2014-08-06 05:32:53下载
- 积分: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 10g 数据库的最新特性。包括:可传输的表空间、闪回版本查询、闪回表、回滚监视...
Oracle 10g 数据库的最新特性。包括:可传输的表空间、闪回版本查询、闪回表、回滚监视-Oracle 10g database of the latest properties. Including : transmission can table space, blinking back version of inquiries, blinking back table, undoes surveillance, etc.
- 2022-08-07 23:03:08下载
- 积分:1
-
JSP页面和Oracle9i数据库的源代码
JSP页面和oracle9i数据库的源代码-JSP pages and Oracle9i database source code
- 2022-03-10 04:26:21下载
- 积分:1