Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Retrieve the DBMS_OUTPUT buffer from ASP/ADO
"Agoston Bejo" <gusz1_at_freemail.hu> wrote in message
news:cimlbo$un2$1_at_news.caesar.elte.hu...
| Is there any way to reach the content of the DBMS_OUTPUT buffer after
| calling an Oracle stored procedure from ASP/ADO?
|
|
you'll need to make appropriate DBMS_OUTPUT procedure calls both before and after calling the stored procedure
complete information is available in PL/SQL Packages and Types Reference (10g -- previously called the Supplied PL/SQL Packages and Types Reference) -- available at http://tahiti.oracle.com
specifically, you'll want to look at:
DBMS_OUTPUT.ENABLE DBMS_OUTPUT.GET_LINE DBMS_OUTPUT.GET_LINES
++ mcs Received on Mon Sep 20 2004 - 08:30:50 CDT
![]() |
![]() |