-
ORACLE数据操作类
将oracle操作进行封装,包括增、删、改、查。
包括数据库事务处理。
包括数据库异常处理。
- 2022-12-21 03:00:03下载
- 积分:1
-
在linux下利用tocci操作oracle数据库的例程将数据导为XML格式的文件...
在linux下利用tocci操作oracle数据库的例程将数据导为XML格式的文件-tocci operation using the oracle database routines will Introduction to XML data files
- 2022-04-15 17:01:51下载
- 积分:1
-
Oracle 11g R2数据库安装和配置以及PL/SQL Developer安装和配置
将网络上的查到的Oracle 11g R2数据库安装和配置以及PL/SQL Developer安装和配置进行整理汇总,最后总结的Oracle 11g R2数据库的安装和监听、服务名的配置以及PL/SQL Developer安装和配置的图解,清晰直观;同时解决PL/SQL Developer显示数据乱码的问题
- 2022-03-24 01:57:58下载
- 积分:1
-
test with OLE DB provider of a procedure. To test the OEL DB providers to achiev...
用测试OLE DB提供者的一个程序。能够测试出OEL DB提供者到底实现了哪些接口?很灵的。-test with OLE DB provider of a procedure. To test the OEL DB providers to achieve what in the end interface? Very souls.
- 2022-08-12 17:19:19下载
- 积分:1
-
bj_bus_ora
oracle在visual studio开发中的基本应用。包括环境配置、头文件、依赖库的完全直接可用。环境为vs2010。(oracle code beginning)
- 2013-11-25 15:28:46下载
- 积分:1
-
Oracle数据访问类,能够提供ORACLE初学者一些入门帮助。
Oracle数据访问类,能够提供ORACLE初学者一些入门帮助。-Oracle Data Access category, and can provide entry ORACLE some help beginners.
- 2023-05-15 20:40:03下载
- 积分:1
-
Oracle_RDA
RDA英文全称叫做“Oracle Remote Diagnostic Agent”。
这个Oracle诊断工具是用perl编写的,包含非常丰富的诊断脚本,使用它可以非常便利的采集到Oracle数据库服务器系统配置和数据库的详细信息。
如果您在向Oracle支持人员寻求帮助时能够提供一份RDA报告,将会大大的缩短问题处理的周期,避免信息的反复采集。
RDA不会更改数据库服务器的任何配置,仅仅是采集信息,了解系统。(RDA English name called Oracle Remote Diagnostic Agent .
The Oracle diagnostic tool is written in Perl, including diagnostic script is very rich, detailed information can use it very convenient acquisition to the Oracle server configuration and system.
If you can provide a RDA report to Oracle support staff for help, it will greatly shorten the treatment cycle, avoid repeated acquisition information. Any configuration of RDA does not change the server, just collect the information, understand the system.)
- 2015-01-19 13:45:37下载
- 积分:1
-
oraclexmltutorial
oracle XML 文档
oracle XML 文档(oracle oracle XML )
- 2007-04-26 21:48:38下载
- 积分: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
-
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