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: UTL_FILE Desperate- FIle I/O before version 7.3

Re: UTL_FILE Desperate- FIle I/O before version 7.3

From: David Sisk <davesisk_at_ipass.net>
Date: 1998/02/21
Message-ID: <6clqcp$b5u$1@news.ipass.net>#1/1

Peter:

I don't think there is a UTL_FILE in pre-7.3. One alternative could be to use a SQL*Plus script with a SET SERVER OUTPUT ON and a SPOOL <path & filename> at the beginning, and a SPOOL OFF at the end.

Good luck,
Dave

Peter Tathem wrote in message <34ECD6D1.CB30F55C_at_helix.com.au>...
>Is the UTL_FILE package supported prior to Oracle 7.3. If so how?
>
>Is there an alternative?
>
>I urgently need a solution. Please email any suggestions to
>peter_at_helix.com.au.
>
>TIA
>Peter Tathem
>
Received on Sat Feb 21 1998 - 00:00:00 CST

Original text of this message

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