【发布时间】:2016-09-11 17:11:35
【问题描述】:
create or replace
PACKAGE test_pkg
IS
PROCEDURE abc_requests (p_xys IN NUMBER);
end test_pkg;
您好,我的过程名称是 abc_requests,只有一个参数。 以下是我的错误信息,请帮忙。
Error message:
Error(4,11): PLS-00103: Encountered the symbol " "
when expecting one of the following:
<an identifier>
<a double-quoted delimited-identifier>
current delete exists prior
【问题讨论】: