ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 328
ORA-06512: at "SYS.OWA_UTIL", line 2172
ORA-06512: at "XXXXXXXXXXXXXXXXXXX", line 383
To solve this we need a wrapper around our code to get the owa package to work.DECLARE
l_vcarr OWA.VC_ARR;
BEGIN
l_vcarr(1) := 1;
OWA.INIT_CGI_ENV(l_vcarr);
-- Call my code here
END;
/
anonymous block completed.
No comments:
Post a Comment