Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Pro*C and 'set serveroutput on' for dbms_output.put_line
your Pro*C program will have to call dbms_output.enable before and
dbms_output.get_line after the stored-procedure calls (this is what
sql*plus does).
hth,
gert
-- reply address is altered to keep the spam down remove the nospamplease part to reply... Ron McCamish <rmccamish_at_cas.org> wrote in article <34EAFB56.911E032D_at_cas.org>...Received on Thu Feb 19 1998 - 00:00:00 CST
> Does anyone know how to do a 'set serveroutput on' in Pro*C
> so that put_line's from stored procedures called from Pro*C
> will be printed?
>
> thanks,
>
> ron....
> --
> Ron McCamish
> rmccamish_at_cas.org
>
![]() |
![]() |