Hi All
Can anyone explain this?
Env is SQL*PLus:
SQL*Plus: Release 18.0.0.0.0 - Production on Mon May 6 11:09:22 2024
Version 18.4.0.0.0
Copyright (c) 1982, 2018, Oracle. All rights reserved.
SQL> begin
2 htp.prn( 'hello world' );
3 end;
4 /
PL/SQL procedure successfully completed.
SQL> begin
2 owa_util.mime_header ('application/xml', false);
3 owa_util.http_header_close;
4 end;
5 /
begin
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 354
ORA-06512: at "SYS.HTP", line 1362
ORA-06512: at "SYS.HTP", line 1438
ORA-06512: at "SYS.OWA_UTIL", line 410
ORA-06512: at line 2
SQL>
Thank you