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: dbms_output from dbms_jobs procedures

Re: dbms_output from dbms_jobs procedures

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 14 Dec 2005 07:21:07 -0800
Message-ID: <1134573666.959986.87000@z14g2000cwz.googlegroups.com>

sybrandb_at_yahoo.com wrote:
> No.
> You need to replace dbms_output calls by utl_file calls.

Files created by utl_file will end up server side. If you want to view it on client side then you can also consider using dbms_pipe package OR create a table and insert dbms_output calls into it. Do a simple select after the job is done.

Regards
/Rauf Received on Wed Dec 14 2005 - 09:21:07 CST

Original text of this message

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