ORA-06512: at “SYS.OWA_UTIL”

      No Comments on ORA-06512: at “SYS.OWA_UTIL”

Hi guys!

Have you ever encountered this error ORA-06512: at “SYS.OWA_UTIL” during a package compilation using for example the Oracle sql developer software?

Problem:

line 1: ORA-06502: PL/SQL: numeric or value error string
ORA-06512: at "SYS.OWA_UTIL", line 356
ORA-06512: at "SYS.HTP", line 1368
ORA-06512: at "SYS.HTP", line 1443
ORA-06512: at "SYS.HTP", line 1735


Solution:

declare
nm owa.vc_arr;
vl owa.vc_arr;
BEGIN
owa.init_cgi_env( nm.count, nm, vl );
--your_code
end;
/

Leave a Reply

Your email address will not be published. Required fields are marked *