Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Pro*C and 'set serveroutput on' for dbms_output.put_line

Re: Pro*C and 'set serveroutput on' for dbms_output.put_line

From: Gert Rijs <nospampleasegem_at_wirehub.nl>
Date: 1998/02/19
Message-ID: <01bd3cad$0e11ac90$0100007f@gertrijs>#1/1

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>...

> 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
>
Received on Thu Feb 19 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US