-
Oracle DAL基因的一代。NET代码Oracle DAL层
oracle dal gen,生成.NET ORACLE DAL层代码-oracle dal gen, generation. NET ORACLE DAL layer code
- 2023-01-29 18:05:03下载
- 积分:1
-
expert_oracle_goldengate
Oracle Corporation acquired GoldenGate in 2009 as part of future strategy to implement advanced
replication technologies within the product suite of data warehousing and real-time transaction
management. Before the advent of Oracle GoldenGate technology, data replication was performed using
Oracle Streams and third-party replication solutions such as Quest SharePlex. This chapter discusses
various types of database replication methods along with the techniques used by each method, to
illustrate how Oracle GoldenGate came to be the logical conclusion for the current and future real-time-
based data-transaction replication technology with Oracle database systems.
- 2013-10-23 17:28:47下载
- 积分:1
-
操作Excel
下面实例在C#中连接Oracle数据库(Name),从表(TableName)中读取数据,并写入Excel。(following examples in C# Oracle database connectivity (Name), (TableName) to access data, and write Excel.)
- 2005-01-20 16:39:46下载
- 积分:1
-
ado
VC连接Oracle的一个实例,带简单的查询功能,供初学者使用。(VC connecting an instance of Oracle, with a simple query functions, for beginners to use.)
- 2009-11-17 14:27:16下载
- 积分:1
-
oracle dba management script commonly used to cover day
oracle dba 常用的管理脚本, 覆盖日常的系统管理.-oracle dba management script commonly used to cover day-to-day system management.
- 2022-07-25 04:01:20下载
- 积分:1
-
JDBC连接Oracle数据库之十大技巧
JDBC连接Oracle数据库之十大技巧-JDBC Connection Oracle Database X skills
- 2022-01-26 19:32:44下载
- 积分:1
-
bj_bus_ora
oracle在visual studio开发中的基本应用。包括环境配置、头文件、依赖库的完全直接可用。环境为vs2010。(oracle code beginning)
- 2013-11-25 15:28:46下载
- 积分:1
-
easy_UI-CRM管理系统-SSH框架
客户关系管理系统用于管理与客户相关的信息以及活动。该项目主要分为营销管理、客户管理、服务管理、统计报表、基础数据、系统管理这6个模块。使用UI完善用户界面,SSH框架完整版的CRM管理系统
- 2022-07-12 02:48:21下载
- 积分:1
-
oracle9i程序事例集,包括oracle9i数据库和jsp页面
oracle9i程序事例集,包括oracle9i数据库和jsp页面-Oracle9i instances procedures, including Oracle9i database and jsp page
- 2022-03-18 23:05:58下载
- 积分: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