问题标签 [oraclereports]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
plsql - 从 pl/sql 过程运行 oracle 报告
我正在重构 ORACLE Web 应用程序中的一个非常古老的报告生成功能。它使用 JavaScript 构建 URL,发送到报告服务器以运行报告。我想要做的是在数据库中处理它,在 PL/SQL 过程中(通过调用mod_pl/SQL
)。我尝试使用utl_http.begin_request
这样做,但有时当输出文件很大(PDF 格式,大约 20 页,1.5M)时,我收到一个错误:
发送请求的测试代码非常简单:
--------升级2013/08/27------------------------------------ ----------------------
@ThinkJet,感谢您的帮助。我登录报表服务器,发现我程序中出现这个异常后报表还在运行,终于成功结束。我测试了很多次,发现每次启动请求后5分钟就出现异常,无论如何我正在运行的报告类型及其大小(当然,都是大尺寸,运行超过 5 分钟)。我想知道这是否与 Oracle 应用程序服务器上的配置有关?
有人对此有想法吗?非常感谢。
oracle11g - No PL/SQL translation for the bindtype given for this bind variable
I am working on reports oracle 11g and applying formula as follows
and when I compile it gives me this error I checked :emp_serno1 type and formula type and no clue what happens when I change :emp_serno1 to :emp_serno which in other query it compiles but that's not what I want.
no PL/SQL translation for the bindtype given for this bind variable
I checked the error description on the internet:
Cause: A host variable was passed (by an Oracle Precompiler program, for example) to PL/SQL for binding. However, its datatype is not compatible with any PL/SQL datatype. So, the binding failed. Action: Change the datatype of the host variable to make it compatible with a PL/SQL datatype.
oracle11g - 如何在 Oracle Report 中隐藏 Tralier 部分报告中的空白页?
我在报告部分有问题,尤其是预告片部分。当条件为假时,我已将格式触发器隐藏页面。条件成功,但页面中仍然出现空白页。当我的条件为假时,如何确保页面空白不出现?有人对这个案子有想法吗?
parameters - oracle 报告应用服务器上的参数宽度
我有 10g 中的 Oracle Report 和这样的参数形式
问题是当我将此报告扔到应用程序服务器上并在 Internet Explorer 或 Chrome 中对其进行测试时,顶部参数的宽度扩展为原始宽度的 5 倍,如下所示
任何人都可以告诉我这个问题是什么以及为什么会出现为什么参数的宽度超出其原始宽度。请帮助!
sql - 如何将值列表传递给一个 Oracle Report 参数?
我的 Oracle Report Builder 中有一个参数 (parameter_in),我在此报告中的以下查询中使用此参数,但结果未出现。我的名称参数是 (mhn.kod_urusan IN (replace(:p_kod_urusan,'[^,]+',',') ) 或 :p_kod_urusan 为空) 这是我的查询:-
有人知道吗?.:(:(
sql - 如何使用参数 plsql 将条件 IN 列表转换为字符串 oracle?
我需要使用参数将条件 IN 列表转换为字符串列表。
从:
:p_parameter in ('a','b','c')
至:
:p_parameter = (a,b,c)
例如 select kod from dual where kod in(:p_parameter)
如果输入是 :p_parameter in (a,b,c) 那么输出显示
有人知道吗?
oracle - 如何从文件系统显示图像
我想显示来自文件系统的图像,这些图像将通过查询动态更改。
例如:employee_id = 1001 然后显示图像 C:\images\emp_1001.jpg
我想从查询中设置文件路径。
我正在使用报告 6i。
问候:
oraclereports - 如何查看 Oracle Reports 4.5 .RDF 文件只是为了查看逻辑?
查看 Oracle 4.5 .RDF(报告定义文件)文件只是为了查看逻辑的解决方案是什么?
我们对迁移到 Forms 11g 不感兴趣,我们只需要查看代码即可了解逻辑并将 Forms 4.5 转换为 .NET 解决方案。
厌倦了以各种方式使用 Notepad++ 等。
plsql - How to repeating one row data in Oracle report?
i have repeating data for my table in the report design.i don't know how to display one row data from repeating data. Anyone know about that?
sql - 如何通过 Report Builder 6i 调整支票上的签名图像?
对我来说,是否有可能将经理的签名图像向上移动到最低限度,这样它就不会触及支票上的轮廓?我是否必须调整报告或动态签名图像或其他地方的签名字段?请帮忙。
非常感谢...
PS 不幸的是,我无法复制/粘贴样本支票,以便您可以看到签名碰到支票边框/轮廓的情况。