Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE.RENAME
AMIT wrote:
> Hi,
>
> Thanks that you discussed on UTL_FILE.
> In addition I like to discuss about reading two text files via this utility.
> What addition we make in that code.
> Suppose the two text files are c:\text1.txt and c:\text2.txt
>
> Thanks
>
> Kumar
Then you just create two file handles and open them both. I have
an example that writes to two files at:
http://www.psoug.org/reference/utl_file.html
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Mon Mar 08 2004 - 23:14:05 CST