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: PL/SQL and output

Re: PL/SQL and output

From: ALEX J JENTILUCCI <ALEXJENT_at_prodigy.net>
Date: 1998/03/24
Message-ID: <6f9muk$esa$1@newssvr03-int.news.prodigy.com>#1/1

Kevin,

    What you probably need to do is use the UTL_FILE package.

I don't have any sample code here at home to show you but you can check the manual.... Pretty easy to use. Allows you to write to a file. But there are restrictions so DO read the manual.

Alex

Kevin Bass wrote in message <6esfab$rr5_at_camel21.mindspring.com>...
>I have attempted to print output from a PL/SQL program into a file but
>received no results. Are there any other ways to print information (data)
>into a file without using DBMS_OUTPUT.PUT_LINE or DBMS_OUTPUT.PUT? >
Received on Tue Mar 24 1998 - 00:00:00 CST

Original text of this message

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