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: Mark C. Stock <mcstockX_at_Xenquery>
Date: Thu, 30 Mar 2006 07:57:39 -0500
Message-ID: <Lq6dncsAHt1YSLbZnZ2dnUVZ_v2dnZ2d@comcast.com>

"Rauf Sarwar" <rs_arwar_at_hotmail.com> wrote in message news:1143723313.502890.180680_at_z34g2000cwc.googlegroups.com...
:
: 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
:

++ mcs Received on Thu Mar 30 2006 - 06:57:39 CST

Original text of this message

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