Re: UTL_FILE

From: Frank <fvanbortel_at_netscape.net>
Date: Mon, 23 Jun 2003 22:08:53 +0200
Message-ID: <3EF75E55.2030009_at_netscape.net>


s Lehaire wrote:
> Hi,
> I'm using UTL_FILE to write file from my database into a local directory and
> that's works!
> The probleme is that I must acces network files to read them
>
> Is-it possible to access to a network drive mapped(like p:\, s:\) I'v tried
> to write the correct path in my ini.ora file but it seems to be impossible.
>
> thx for help =)
>
>

There's no drive p: as far as oracle is concerned. Maybe something like \\fileserver\share1 - try to use that instead.

Generally, this is not a good idea - Oracle won't start if your network drive cannot be found; Oracle did not support utl_file to networked drives for long; maybe it does in your version - which is???

-- 
Regards, Frank van Bortel
Received on Mon Jun 23 2003 - 22:08:53 CEST

Original text of this message