12
返回列表 发新帖
楼主: hotwish

about the Oracle Report

[复制链接]
论坛徽章:
3
ITPUB元老
日期:2005-10-18 13:40:12授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34
11#
发表于 2002-11-13 09:03 | 只看该作者

如果不想做一些枯燥乏味的编程工作(我不这么认为)。

你可以说服你的老板,上一个ORACLE DISCOVER。
这个用D2K做报表简单多了。
并且对领导层的决策有很大帮助啊,说服上司,这是挑战!!!!

使用道具 举报

回复
论坛徽章:
0
12#
发表于 2002-11-18 15:28 | 只看该作者

hehe

我们这个项目最开始用的是D2K,但后来就改成SQL里的
fnd_file.put(fnd_file.output,'WHAT YOU WANT')
来输出,其实只要调整得当。
用这个也一样可以实现REPORT所需要的东东的。呵呵。

使用道具 举报

回复
论坛徽章:
0
13#
发表于 2002-11-19 10:44 | 只看该作者
請問用fnd_file.put怎樣做啊?

使用道具 举报

回复
论坛徽章:
0
14#
发表于 2002-11-19 11:40 | 只看该作者
最初由 willing_star 发布
[B]請問用fnd_file.put怎樣做啊? [/B]

FND_FILE: PL/SQL File I/O
The FND_FILE package contains procedures to write text to log and
output files. In Release 11i, these procedures are supported in all types
of concurrent programs.
For testing and debugging, you can use the procedures
FND_FILE.PUT_NAMES and FND_FILE.CLOSE. Note that these two
procedures should not be called from a concurrent program.
FND_FILE supports a maximum buffer line size of 32K for both log
and output files.
Attention:              This package is not designed for generic PL/SQL text I/O, but rather only for writing to request log and output files.
FND_FILE.PUT
SUMMARY:          procedure FND_FILE.PUT
                                 (which IN NUMBER,
                                  buff IN VARCHAR2);
DESCRIPTION:    Use this procedure to write text to a file (without a new line character).
                             Multiple calls to FND_FILE.PUT will produce concatenated text.
                             Typically used with FND_FILE.NEW_LINE.
which:     Log file or output file. Use either FND_FILE.LOG
or FND_FILE.OUTPUT.
buff:         Text to write.

使用道具 举报

回复
论坛徽章:
0
15#
发表于 2002-11-20 12:25 | 只看该作者
現在我在報表中調用FND_FILE.PUT(FND_FILE.LOG,'... ...') 可以輸出資料到報表的log file中, 但是用FND_FILE.PUT(FND_FILE.FND_FILE.OUTPUT,'... ...') 卻沒有任何的輸出結果,無論是output or log. 請問是不是還與其它的設定有關系? 還是我的方法錯?
請賜教, 謝謝!

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表