-
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
-
OCI数据库连接
OCI数据库连接-OCI Database Connection
- 2022-03-13 16:31:06下载
- 积分:1
-
压缩包的程序为数据库,第三
压缩包中的程序为Oracle数据库的第三方工具PLSQL Developer。-Compressed package of programs for the Oracle database, third-party tools PLSQL Developer.
- 2022-03-21 08:06:43下载
- 积分:1
-
OOW_Latch
oracle database 11g latch
- 2018-08-15 08:44:36下载
- 积分:1
-
oracle存储过程
自己整理的oracle存储过程常用写法,希望对学习oracle的朋友提供帮助。自己整理的oracle存储过程常用写法,希望对学习oracle的朋友提供帮助。自己整理的oracle存储过程常用写法,希望对学习oracle的朋友提供帮助。
- 2023-03-29 15:20:03下载
- 积分:1
-
ADO-Connection
Connect to an Oracle Database from
Visual Basic 6
- 2011-07-07 16:51:45下载
- 积分:1
-
利用表tab_student在PL/SQL中编写一过程,同时利用游标取出指定条件的学生信息输出,...
利用表tab_student在PL/SQL中编写一过程,同时利用游标取出指定条件的学生信息输出,-Table tab_student use in PL/SQL in the preparation of one process, use the cursor at the same time remove the specified conditions of student information output,
- 2023-02-11 20:25:03下载
- 积分:1
-
OTL使用的数据库应用开发工具,以及他对OCC列…
使用otl开发的数据库应用包,他对oci 和occi封装了-otl use of the database application development kits, and his columns on the occi Packaging
- 2023-01-29 15:20:03下载
- 积分:1
-
linux mypos系统
linux mypos系统,linux字符界面,简洁美观。调用oracle数据库,相关源程序。
是很好的学习及 工程开发参考
- 2022-02-21 14:21:59下载
- 积分:1
-
提供了Oracle Spatial的数据类型和实体-关系模式(object
提供了Oracle Spatial的数据类型和实体-关系模式(object-relational schema)。用户可以直接使用这些数据类型和模式对象来存储带有地理坐标的栅格数据。-Oracle Spatial provides data types and entity- relationship model (object-relational schema). Users can directly use these data types and object model to store with the geographical coordinates of the raster data.
- 2022-03-02 08:16:15下载
- 积分:1