rbrooker
Member³
Good morning Marco,
I have a package that produces HTP output that I am trying to iron the wrinkles out of. When I am debugging the code, I often have the debug window open (on the HTP Output tab) and the editor open as well so that i can make a quick change and then test it.
After changing the code and compiling, I hit F8 in the test window and i get the following error message:
Click ok, press F8 again and execution occurs as expected.
This is more a nuisance than anything else (nothing breaks), but what should I be doing to avoid this error?
I have a package that produces HTP output that I am trying to iron the wrinkles out of. When I am debugging the code, I often have the debug window open (on the HTP Output tab) and the editor open as well so that i can make a quick change and then test it.
After changing the code and compiling, I hit F8 in the test window and i get the following error message:
Code:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 354
ORA-06512: at "SYS.HTP", line 1418
ORA-06512: at "SYS.HTP", line 1494
ORA-06512: at "NOMOSONE_DEV.PKG_MISC", line 1044
ORA-06512: at "NOMOSONE_DEV.RSB_PKG_MGR_IFRS_JOURNAL_ENTRS", line 4562
ORA-06512: at line 3
View program sources of error stack?
Click ok, press F8 again and execution occurs as expected.
This is more a nuisance than anything else (nothing breaks), but what should I be doing to avoid this error?