文件名称:USEORACLE
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-27
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- jpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
多线程处理Oracle数据库的例子,Java多线程处理Oracle 数据库,Oracle 数据库由于功能强大,适应范围广受到越来越多用户的欢迎,尤其在大规模数据库应用中使用极为广泛。采用多线程技术来处理Oracle 数据库能使对数据库的操作更为快捷。本Java实例了利用多线程从oracle 数据库中取函数、存储过程、包的源代码的功能。
运行程序,先在界面上输入如下必要信息:
(1)、数据库用户名称(user);
(2)、数据库用户密码(password);
(3)、数据源名(dsn);
(4)、函数、存储过程或包的名称。
然后单击Get Code 按钮显示源代码、单击Save Code 按钮把源代码存入文件。-Oracle database multithreading example, Java multithreading Oracle database, Oracle database due powerful, more and more adapted to a wide range of users, in particular for use in large-scale database applications is extremely broad. Multi-threading technology to handle Oracle databases allow more efficient operation of the database. The examples of the use of multi-threaded Java taking function from oracle database stored procedures, packages source code functions.
Run the program, enter the necessary information on the following screen:
(1), database user name (user)
(2), database user password (password)
(3), the data source name (dsn)
(4) the name of the function, stored procedure, or package.
Then click the Get Code button to display the source code, click the Save Code button on the source code into the file.
运行程序,先在界面上输入如下必要信息:
(1)、数据库用户名称(user);
(2)、数据库用户密码(password);
(3)、数据源名(dsn);
(4)、函数、存储过程或包的名称。
然后单击Get Code 按钮显示源代码、单击Save Code 按钮把源代码存入文件。-Oracle database multithreading example, Java multithreading Oracle database, Oracle database due powerful, more and more adapted to a wide range of users, in particular for use in large-scale database applications is extremely broad. Multi-threading technology to handle Oracle databases allow more efficient operation of the database. The examples of the use of multi-threaded Java taking function from oracle database stored procedures, packages source code functions.
Run the program, enter the necessary information on the following screen:
(1), database user name (user)
(2), database user password (password)
(3), the data source name (dsn)
(4) the name of the function, stored procedure, or package.
Then click the Get Code button to display the source code, click the Save Code button on the source code into the file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
USEORACLE\USEORACLE (1).JAVA
USEORACLE