【发布时间】:2017-12-29 12:01:13
【问题描述】:
我正在 Windows 服务器上使用 Oracle 12c AS 生成一个 CSV 文件。我需要使用 WEB.SHOW_DOCUMENT 向用户显示此文件。 CSV 文件正在指定目录中生成。申请网址为:“http://10.92.1.12:9001/forms/frmservlet?。
我传递的参数如下:
vc_path := 'Sheets/overdue_stmt_' || time2 || '.csv';
web.show_document('/forms/home/' || vc_path);
那么,我需要使用什么来显示这个 CSV 文件?我对这个完全空白。
我们将非常感谢您在这方面的任何帮助。
Please see the image for better understanding which is showing Error 404 not found
【问题讨论】:
-
@APC 我传递的参数如下, vc_path := 'Sheets/overdue_stmt_' ||时间2 || '.csv'; web.show_document('/forms/home/' || vc_path);
-
为了将来参考,请编辑您的问题以包含更多详细信息或说明。
标签: oracle oracle12c oracleforms