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: read and write to textfiles on "local" box with PL/SQL?

Re: read and write to textfiles on "local" box with PL/SQL?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 26 Sep 2001 21:39:29 +0100
Message-ID: <1001537170.8599.1.nnrp-10.9e984b29@news.demon.co.uk>

utl_file is run by the server-side executable, and is designed to read and write only on server-side directories (as specified in the utl_file_dir in the init.ora).

Would it be appropriate to tell the server to mount your disks so that they appear
to be local to the server ? This might
fool Oracle.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

Screen saver or Life saver: http://www.ud.com
Use spare CPU to assist in cancer research.

D. Motsiff wrote in message ...

>hi All
>
>i'm trying to read and write to text files on my local box using
>UTL_FILE with no luck.
>
>i can read and write to text files out on the database (on the remote
>database box) with no problem.
>
>does anyone know if this is possible in anyway? possible code
>snippets? or am i just grasping at straws tring to do this with
>PL/SQL?
>
>thanks
>Dale
Received on Wed Sep 26 2001 - 15:39:29 CDT

Original text of this message

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