fatcodeguy
Programmer
Hi,
I'm using PLSQL htp.p procedures to generate webpages for some users, and I'm wondring if there's a way to somehow pipe the DBMS_OUTPUT to a variable so I can output it using HTP.P.
I have the same problem with java stored procedures, because if an exception occurs, I can see it in the DBMS_OUTPUT if I run the proc from SQL*PLUS, but not if it's run from a web page using htp.p.
Any ideas? Thanks!!
I'm using PLSQL htp.p procedures to generate webpages for some users, and I'm wondring if there's a way to somehow pipe the DBMS_OUTPUT to a variable so I can output it using HTP.P.
I have the same problem with java stored procedures, because if an exception occurs, I can see it in the DBMS_OUTPUT if I run the proc from SQL*PLUS, but not if it's run from a web page using htp.p.
Any ideas? Thanks!!