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 input files

Re: PL/SQL and input files

From: tomscott <tomscott_at_slctnet.com>
Date: Sun, 24 May 1998 08:06:30 -0700
Message-ID: <35683776.1F32@slctnet.com>


Yes, it is. But first you have to modify your init___.ora file to tell the server where the utl_file package can find files legally. If you want to let it look anywhere, just add the line:

   utl_file_dir='*'

Now you can use the utl_file package within your functions and procedures.

Feuerstein's book on PL/SQL has detailed documentation on how to use the utl_file package. If you don't have this book already, I highly recommend it. Received on Sun May 24 1998 - 10:06:30 CDT

Original text of this message

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