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 -> Using UTL_FILE on Oracle8 under NT

Using UTL_FILE on Oracle8 under NT

From: Ted <ted_at_tEDV.de>
Date: Sun, 16 Jan 2000 17:10:25 +0100
Message-ID: <85sqgc$n1l$1@passat.ndh.net>


Hi there,

I have a problem using fopen from utl_file with drive letters under Oracle 8.0.5 /NT.

I can only open files located on the drive Oracle is installed (D:) My init.ora contains a "UTL_FILE_DIR = *" Opening a file with "UTL_FILE.fopen('\MyDir', 'MyFile', 'r');" works just fine, but "UTL_FILE.fopen('C:\MyDir', 'MyFile', 'r');" does not work. It is written in some books that this SHOULD work.

What is wrong here?
(The Oracle documentation tells nothing about opening files with drive drive letters under NT)

Thanks in advance,
bye,
Ted. Received on Sun Jan 16 2000 - 10:10:25 CST

Original text of this message

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