12. You need to produce a report where each customer's credit limit has been incremented by $1000. Inthe output, the customer's last name should have ...
分类:
其他好文 时间:
2014-06-27 15:53:14
阅读次数:
225
Report Trigger1.1 Which report trigger to useAs a general rule, any processing that will affect the data retrieved by the report should be performed i...
分类:
其他好文 时间:
2014-06-27 15:14:32
阅读次数:
214
ORACLE EBS中OAF屏蔽的错误 ORACLE EBS R12中引入了XML Publisher,Oracle Application Framework等新东西,利用网页/JSP技术增强Form/Report等的功能和表现力。当运行网页出现错误时,ORACLE经常会出现如下抽象的提示:-Yo...
分类:
其他好文 时间:
2014-06-27 14:54:52
阅读次数:
248
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:
其他好文 时间:
2014-06-27 13:25:39
阅读次数:
194
Oracle查询优化中使用EXISTS可以比使用IN更加速度,当然这只能是在只有一个IN 的情况下,一般有多个IN的情况下,不能将所有的IN都换成EXISTS,道理我也不清楚,我只是根据实际情况的出来的结论。采用EXISTS+IN的模式:SELECT * FROM EXP_REPORT_HEADE....
分类:
数据库 时间:
2014-06-26 19:20:58
阅读次数:
258
2014-06-22 BaoXinjian一、摘要在Report Builder中,有两种数据源取法,一种是基于SQL的,另外一种就是基于Ref Cursor的写法Ref Cursor在Report Builder 中主要用于一些公用的查询会使用到比如有多个Report可能会用到同一段SQL或者类似...
分类:
其他好文 时间:
2014-06-26 17:08:12
阅读次数:
201
1.以oracle用户登录oracle数据库,执行如下命令登录数据库:
sqlplus / as sysdba
2.运行如下命令:
@?/rdbms/admin/awrrpt.sql
3.出现如下信息时,直接回车(默认HTML格式)
Would you like an HTML report, or a plain text report?
4.出现如下信息时,直接回车
Enter ...
分类:
其他好文 时间:
2014-06-24 21:30:53
阅读次数:
226
var p =params.join("&");var a = document.createElement('a');a.href = 'report/exportpubcount.do'+p;a.target = '_blank';a.id='exppub';document.body.appe...
分类:
Web程序 时间:
2014-06-23 06:57:40
阅读次数:
2175
RM(Report Machine)是一个功能强大的Delphi报表控件包。使用它可以制作出非常复杂的报表。下面讲述最简单的用法:在Form上放上两个数据库控件:ADOConnection和ADOQuery设置好ADOConnection的ConnectionString。LoginPrompt=F...
分类:
其他好文 时间:
2014-06-23 06:27:22
阅读次数:
562
多玩大厅在接受到了页面的documentcompleted事件,才会把遮在页面前面的YY游戏中去掉,我们的游戏页面,YY大厅接收不到事件,所以就排查了下发现原因在于js脚本里有个用iframe做上报功能的代码,大致代码如下:document.getElementById("report").src=...
分类:
其他好文 时间:
2014-06-22 13:34:58
阅读次数:
191