-
一个数据库数据传入另一个数据库中
当需要从一个数据库中取出某些大量数据导入到另一个数据库中时,由其还需要隔一段时间取一次,就会非常麻烦,所以我整理了这些代码,可以自己定时从一个数据库中取数据传到另一个数据库中,省时省力很方便。
- 2022-11-10 20:55:05下载
- 积分:1
-
OpenSocial的源代码,以显示阅读现状
opensocial源代码,可以显示读书状态-opensocial source code, to show reading status
- 2022-03-20 02:34:20下载
- 积分:1
-
这是数据库管理课程的PPT教材.ORACLE9i的版本.他介绍了数据库的创建,修改,查询等等功能.本教材是国外大学的课堂讲义....
这是数据库管理课程的PPT教材.ORACLE9i的版本.他介绍了数据库的创建,修改,查询等等功能.本教材是国外大学的课堂讲义.-This is the database management courses PPT materials. ORACLE9i version. He described the creation of the database, modify, inquiries and so on. The foreign universities teaching is the classroom lectures.
- 2022-07-24 13:47:50下载
- 积分:1
-
xjas
用struts实现oracle的登录权限控制(using struts to control login)
- 2011-12-23 10:02:35下载
- 积分:1
-
oracle-base
Oracle数据库基础是学习oracle必须的阶段,也是重要非常的知识。(Oracle Oracle database must be based on the stage of learning is very important knowledge.)
- 2011-10-21 13:05:19下载
- 积分:1
-
springMVC+Mybatis+Maven+Oracle
springMVC整合Mybatis的项目实例,用的是Oracle数据库,附加Oracle临时表文件,直接导入即可,下载后可以修改下项目中的springMVC中关于数据库的用户名和密码就可以使用了
- 2022-01-24 12:47:10下载
- 积分: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
-
为了得到最大的性能,一般数据库都有并发机制,不过带来的问题就是数据访问的冲突。为了解决这个问题,大多数数据库用的方法就是数据的锁定....
为了得到最大的性能,一般数据库都有并发机制,不过带来的问题就是数据访问的冲突。为了解决这个问题,大多数数据库用的方法就是数据的锁定.-In order to get the maximum performance, a general mechanism for the database have complicated, but the problem is caused by data access conflicts. To solve this problem, the majority of the database is used to lock data.
- 2022-08-22 11:21:22下载
- 积分:1
-
o28t
导出Oracle
导入GBase数据库,
适用于10g及以上版本的Oracle(export oracle data,
import to gbase)
- 2015-10-14 09:36:17下载
- 积分:1
-
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第5部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。请大家注意:每一部分看起来形...
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第5部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。请大家注意:每一部分看起来形式相近,但有微小差别,希望大家仔细浏览。-this code for the use of PL/SQL stored procedures development of the database of typical examples of this Part 5 We can hope that the adoption of the code clearly how to use SQL to achieve complex business logic. Please note : each part appears to form similar, but minor differences, we hope that careful here.
- 2023-08-30 15:55:02下载
- 积分:1