owa_UTIL and ORA-06502 [message #76342] |
Fri, 15 March 2002 00:20 |
Marco C
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
hi,
I am trying to run my Web packages on sqlplus for debugging purposes and the following lines works well as long as I don't use owa packages such as owa_UTIL.get_cgi_env or owa_UTIL.print_cgi_env which give me ORA-06502: PL/SQL: numeric or value error.
SET SERVEROUTPUT ON
SPOOL filename
EXECUTE package.procedure_name
EXECUTE owa_util.showpage
SPOOL OFF
Does anybody know any ways to get around this problem?
Thanks,
Marco
|
|
|
|
|