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

Home -> Community -> Usenet -> c.d.o.misc -> Re: log for dbms_output.put_line

Re: log for dbms_output.put_line

From: William Robertson <william.robertson_at_bigfoot.com>
Date: 30 Mar 2006 07:34:01 -0800
Message-ID: <1143732841.823326.106670@i40g2000cwc.googlegroups.com>


Rauf Sarwar wrote:
> Mark C. Stock wrote:
> > <sybrandb_at_yahoo.com> wrote in message
> > news:1143701815.215428.232400_at_i40g2000cwc.googlegroups.com...
> > : There is no log. If you use dbms_output in procedures running through
> > : dbms_job your output will go to /dev/null.
> > : You need to replace dbms_output by utl_file, or send the output using
> > : dbms_pipe calls.
> > :
> > : --
> > : Sybrand Bakker
> > : Senior Oracle DBA
> > :
> >
> > -- or an autonomous transaction
> >
> > ++ mcs

>

> Or insert them into a temporary table and then just run select on it
> afterwards.
>

> Regards
> /Rauf

Or call a second procedure straight after the first one, that captures the dbms_output buffer with GET_LINES and writes it out to a file. Then you don't have to change the original procedure. Received on Thu Mar 30 2006 - 09:34:01 CST

Original text of this message

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