-
oracle training course
oracle 培训教程-oracle training course
- 2022-08-05 21:02:32下载
- 积分:1
-
Ibatis链接oracle实现基本crud
Ibatis1.6.2+c#+oracle10.2+vs2015实现基本的crud,适合初学入门级别参考
- 2022-04-02 07:18:29下载
- 积分:1
-
oracle常用脚本
1、查看表空间的名称及大小
2、查看表空间物理文件的名称及大小
3、查看回滚段名称及大小...
oracle常用脚本
1、查看表空间的名称及大小
2、查看表空间物理文件的名称及大小
3、查看回滚段名称及大小-oracle scrips
- 2022-04-15 15:49:53下载
- 积分:1
-
一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会...
一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获-a database connection pool that can capture close, the initial initialization time specified number of connections exceeds the number connections, connections will be automatically increased the number, and in the code can directly call close, the program will automatically capture
- 2022-02-28 12:32:26下载
- 积分:1
-
Functions
这里我举函数的例子。如何在pl/sql中创建函数和调用函数
- 2022-07-11 12:53:45下载
- 积分:1
-
连接并使用Oracle。可以创建表、预览数据集、删除、修改数据集。将这些操作封装在类里
连接并使用Oracle。可以创建表、预览数据集、删除、修改数据集。将这些操作封装在类里-connectivity and the use of Oracle. You can create tables, preview data sets, delete, modify data sets. These operators will be packaged in such Lane
- 2023-07-13 17:45:03下载
- 积分: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
-
通讯录的设计与实现
这是我在校的时候做的通讯录的第三个版本,前两个分别是JDBC和servlet版本,第三个版本是web阶段的最后一个版本,第四个版本将是struts版本,敬请关注
- 2023-07-09 23:35:03下载
- 积分:1
-
手动kill掉inactive session的一个存储过程。
手动kill掉inactive session的一个存储过程。-manually kill swap inactive session of a stored procedure.
- 2022-03-24 15:18:46下载
- 积分:1
-
ORACLE AQ sample 演示的如何出列,入列和定义列队的代码
ORACLE AQ sample 演示的如何出列,入列和定义列队的代码-ORACLE AQ sample
- 2022-11-18 04:40:04下载
- 积分:1