Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: UTL_FILE
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 BortelReceived on Mon Jun 23 2003 - 15:08:53 CDT
![]() |
![]() |