【问题标题】:"Client_Text_IO.File_Type must be declard" getting this error in PL/SQL Oracle form“必须声明 Client_Text_IO.File_Type”在 PL/SQL Oracle 表单中出现此错误
【发布时间】:2013-12-11 17:08:10
【问题描述】:

我的代码行是:

PROCEDURE LOAD_DATA IS

FILE_LOG    Client_Text_IO.File_Type;
LINE_LOG    VARCHAR(32767);
v_txt       varchar(32767);
v_counter number(12) := 0;

BEGIN

file_log :=  Client_Text_IO.fopen(file_upload.origin, 'r');

END;

我是第一次使用 Oracle 表单。我对此一无所知。我几乎完成了我的工作,但在编译时出现错误。完整的错误描述,

Error 201 at line 2, column 11
    identifier 'CLIENT_TEXT_IO.FILE_TYPE' must be declared
Error 0 at line 2, column 11
    Item ignored
Error 320 at line 12, column 2
    the declaration of the type of this expression is incomlete or malformed
Error 0 at line 12, column 2
    Statement ignored
Error 320 at line 14, column 3
    the declaration of the type of this expression is incomplete or malformed
Error 0 at line 14, column 3
    Statement ignored
Error 201 at line 20, column 6
    identifier 'V_TEXT' must be declared
Error 0 at line 20, column 3
    Statement ignored
Error 320 at line 24, column 24
    the declaration of the type of this expression is incomplete or malformed
Error 0 at line 30, column 2
    Statement ignored

【问题讨论】:

    标签: oracle10g plsqldeveloper oracleforms


    【解决方案1】:

    您需要将 webutil.pll 库附加到表单。

    【讨论】:

    • 是的,它附在我的项目@编译时。但是当我运行它时,它再次产生错误。你能指导我如何在运行时提供这个库。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-04-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-09-20
    相关资源
    最近更新 更多