-
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
-
PLSQL基础教程-必看
说明: 详细的ORACLE数据库语句说明,有每一个语句的实例引用(Detailed ORACLE database statements, with instance references for each statement)
- 2019-04-09 19:55:33下载
- 积分:1
-
Oracle 9i数据库应用技术是对Oracle数据库操作的基本介绍,是用powerpoint方式作的课件如果你是Oracle 的初学者,这是不错的选择....
Oracle 9i数据库应用技术是对Oracle数据库操作的基本介绍,是用powerpoint方式作的课件如果你是Oracle 的初学者,这是不错的选择.-Oracle 9i database applications on Oracle technology in the basic operation of the database, is used powerpoint way for the courseware if you are Oracle beginners, this is a good choice.
- 2022-09-12 22:00:05下载
- 积分:1
-
xjas
用struts实现oracle的登录权限控制(using struts to control login)
- 2011-12-23 10:02:35下载
- 积分:1
-
Oracle_XML_data_exchange2
由于没有安装Oracle所以以MySql代替,但可以很方便地转换成Oracle数据库,也可以设计成支持多数据库形式,但由于时间关系只选了MySql)
3. 开发工具Eclipse
">
- 2007-11-11 01:59:17下载
- 积分:1
-
oracle 重复做check用的 简单语句insert 可改为 update & delete
oracle 重复做check用的 简单语句insert 可改为 update & delete
- 2022-10-01 11:05:03下载
- 积分:1
-
pl/sql development,学习pl/sql的好资料
pl/sql development,学习pl/sql的好资料-pl/sql development, learning pl/sql good information
- 2022-02-03 02:01:47下载
- 积分:1
-
一本介绍oracle的书籍,相信对人很有帮助
一本介绍oracle的书籍,相信对人很有帮助-an oracle on the books, I think people helpful
- 2022-05-26 10:57:13下载
- 积分:1
-
pl/sql中记log的函数,是log4在oracle pl/sql下的办法,比较方便与存储过程的log记录。...
pl/sql中记log的函数,是log4在oracle pl/sql下的办法,比较方便与存储过程的log记录。
- 2022-03-03 03:33:10下载
- 积分:1
-
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!...
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!-an oracle Inquiry jsp, to just sql statement, the names and contents of the database are displayed in the interface, attention : oracle needs its own driver installation!
- 2023-06-01 09:45:02下载
- 积分:1