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 -> UTL_FILE.FOPEN AND \\ AND $

UTL_FILE.FOPEN AND \\ AND $

From: Andre <avanrossem_at_hotmail.com>
Date: 17 May 2004 22:44:56 -0700
Message-ID: <4d32d1be.0405172144.26716839@posting.google.com>


Hello all,

I have the following line of code in a package:  v_output_file := UTL_FILE.FOPEN('\\serv1\TestDir$\files','Testfile.txt','W');

I also have the \\serv1\TestDir$\files in the init.ora file staan (oracle 8.1.7)

But I still have 'INVALID PATH' when opening the file. with 'normal paths' (such as c:\test" it is working.

Does anyone know if using \\ and $ could be working in creating files?? Ans how :-)

Thanks a lot and regards,
Anneke
The Netherlands. Received on Tue May 18 2004 - 00:44:56 CDT

Original text of this message

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