我在SQLPLUS中用下面的方式调用,不知道方法对不对:
declare
a varchar2;
b varchar2;
c varchar2;
d varchar2;
begin
BOMDETIAL(a,b,c);
end;
出错:
The following error has occurred:
ORA-06550: line 2, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 2, column 3:
PL/SQL: Item ignored
ORA-06550: line 3, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 3, column 3:
PL/SQL: Item ignored
ORA-06550: line 4, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 4, column 3:
PL/SQL: Item ignored
ORA-06550: line 5, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 5, column 3:
PL/SQL: Item ignored
ORA-06550: line 7, column 12:
PLS-00320: the declaration of the type of this expression is incomplete or malformed
ORA-06550: line 7, column 2:
PL/SQL: Statement ignored
Details:
ORA-06550: line 2, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 2, column 3:
PL/SQL: Item ignored
ORA-06550: line 3, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 3, column 3:
PL/SQL: Item ignored
ORA-06550: line 4, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 4, column 3:
PL/SQL: Item ignored
ORA-06550: line 5, column 3:
PLS-00215: String length constraints must be in range (1 .. 32767)
ORA-06550: line 5, column 3:
PL/SQL: Item ignored
ORA-06550: line 7, column 12:
PLS-00320: the declaration of the type of this expression is incomplete or malformed
ORA-06550: line 7, column 2:
PL/SQL: Statement ignored