declare inst_name varchar2(100); cursor mycur is select * from tran_forward t where t.instrument_type_id='3010'; query_row tr...
分类:
数据库 时间:
2015-10-26 15:03:43
阅读次数:
168
declare seq_name dba_sequences.SEQUENCE_NAME%TYPE; cursor mycur is select * from dba_sequences where sequence_owner='NETHRA'; qu...
分类:
数据库 时间:
2015-10-22 12:25:16
阅读次数:
207
1. 下载instantclient-basic-win32-11.2.0.1.0(oracle官网下载地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html ,?下载地址2:http://download.csdn.net/detail/czw2010/5732241) 2. 解压...
分类:
数据库 时间:
2015-10-20 21:29:44
阅读次数:
318
14.1.1 创建存储过程MySQL中,创建存储过程的基本形式如下:CREATEPROCEDUREsp_name([proc_parameter[,...]]) [characteristic...]routine_body其中,sp_name参数是存储过程的名称;proc_parameter表示存...
分类:
数据库 时间:
2015-10-16 15:08:50
阅读次数:
269
QUESTION NO: 402
Examine the following PL/SQL block:
SET SERVEROUTPUT ON
SET LONG 10000
DECLARE report clob;
BEGIN
report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE();DBMS_OUTPUT.PUT_LINE(report);
END...
分类:
其他好文 时间:
2015-10-15 10:07:31
阅读次数:
263
PL/SQL Developer是一个集成开发环境,专门面向Oracle数据库存储程序单元的开发。
分类:
数据库 时间:
2015-10-13 19:13:15
阅读次数:
287
QUESTION NO: 351
Which of the following are valid program types for a lightweight job? (Choose all that apply.)
A. PLSQL_BLOCK PLSQL
B. EXECUTABLE
C. JAVA_STORED_PROCEDURE
D. STORED_PROCEDURE
E....
分类:
其他好文 时间:
2015-10-13 10:45:34
阅读次数:
151
我们要为出口报运做一个WebService,来提供跨系统的信息查询功能。
我们使用的技术是 -------Apache CXF WebService
作用:两个异构系统,需要共享数据。
需求:我们要给客户提供合同追踪。在出口报运中增加一个WebService,用户可以通过它的系统来访问这个服务,展现出口报运单,主要可以浏览用户的订单状态(走到哪个流程)。查看出口报运单
开发步骤...
分类:
编程语言 时间:
2015-10-12 12:45:03
阅读次数:
290
到Oracle官网下载Oracle Instant Client,注意选择x86平台,Toad只认32位的Oracle Instant Client。至于版本号,没有特别要求,版本向下兼容。 桌面上,右键点“我的电脑”,选择“属性”,选择“高级”页中的“环...
分类:
数据库 时间:
2015-10-04 19:46:05
阅读次数:
350
View the Exhibit exhibit1. 。
In the CUSTOMERS_OBE table, when the value of CUST_STATE_PROVINCE is “CA”, the value of
COUNTRY_ID is “US.”
View the Exhibit exhibit2 to examine the commands and query p...
分类:
其他好文 时间:
2015-10-03 06:08:30
阅读次数:
154