-
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
-
Oracle ADF示例演示应用
Oracle ADF sample demo application
- 2022-11-24 14:45:03下载
- 积分:1
-
网上商城系统
一个地域特有的网上商城系统,该有的商品买卖操作功能都有,有需要的可以看看
- 2022-08-23 08:41:28下载
- 积分:1
-
oracle 10gr2 asm on windows and unix
oracle 10gr2 asm on windows and unix
- 2022-03-19 13:40:45下载
- 积分:1
-
VC开发环境,实现数据库的连接功能.有oracle OCI的编程资料,有oracle OCI的编程资料源码....
VC开发环境,实现数据库的连接功能.有oracle OCI的编程资料,有oracle OCI的编程资料源码.-VC development environment, the database connectivity. Oracle OCI is the programming information, oracle OCI programming information source.
- 2022-12-13 23:00:02下载
- 积分:1
-
主要OA系统的表结构,具体包括数据字典,一些创建表的文档,还包括数据...
主要OA系统的表结构,具体包括数据字典,一些创建表的文档,还包括数据-Main OA system table structure, including data dictionary, a number of documents to create the table also includes data
- 2022-04-18 22:05:10下载
- 积分:1
-
创建oracel参考,供初学者实用 创建oracel参考,供初学者实用
创建oracel参考,供初学者实用 创建oracel参考,供初学者实用-aa
- 2022-02-21 07:23:01下载
- 积分: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
-
AccessOracleInDotNET
在DOTNET环境中访问Oracle数据库的方法实例,使用CSharp语言(In DOTNET environment visit Oracle database instance, use CSharp Language)
- 2008-02-02 14:20:29下载
- 积分:1
-
创建序列
CREATE SEQUENCE seq_UserInfo
START WITH 1
INCREMENT BY 1
MAXVALUE 999999
MINVALUE 0
CYCLE
CACHE 10;
- 2022-02-01 02:53:03下载
- 积分:1