-
machindul
双机热备实战完全手册,详细介绍了oracle双机的安装和使用方法,注意事项(Hot Standby combat completely manual, detailed information on two-plane oracle installation and use of methods, attention)
- 2007-03-07 12:26:46下载
- 积分:1
-
OCI的演示,插入,更新和删除
oci demo, for insert, update & delete
- 2022-05-12 10:29:35下载
- 积分: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
-
OracleHelper
访问oracle数据的与C#接口,在C#中如何连接oracle数据库,访问存储过程,批量更新数据库等(Oracle data access with C# interface, in C# how to connect oracle database, visit the stored procedure, update the database, such as bulk)
- 2009-03-24 12:28:45下载
- 积分:1
-
Sysnc
数据库同步程序,能够自动更新远程数据库与本地数据库数据,保持同步。(Database synchronization program to automatically update the remote database with local database data, and to keep pace.)
- 2013-03-21 14:56:19下载
- 积分: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
-
从文本文件象Oracle数据库导入数据,可定义导入格式
从文本文件象Oracle数据库导入数据,可定义导入格式-from text files into databases like Oracle data into definable format
- 2022-02-04 08:05:29下载
- 积分:1
-
使用的批处理文件,实现了甲骨文的自动备份,具有动态功能…
利用DOS批处理文件实现oracle自动备份,具有动态创建备份目录功能-use of DOS batch file to achieve oracle automatic backup, has a dynamic function to create backup directories
- 2022-01-25 19:53:35下载
- 积分:1
-
实现了对表的创建及其修改,基于oracle10。
实现了对表的创建及其修改,基于oracle10。-Achieve the creation of and changes to the table, based on oracle10.
- 2022-03-18 08:32:09下载
- 积分:1
-
简单的mvc实例(购物网站)
一个MVC的购物网站实例,希望对大家有帮助,可能代码有些地方不太准确,注释也比较少。
- 2022-04-15 10:59:07下载
- 积分:1