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 -> Re: URGENT HELP re: UTL_FILE needed

Re: URGENT HELP re: UTL_FILE needed

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: Mon, 13 Sep 1999 07:56:52 -0400
Message-ID: <37DCE684.9D583FF9@Unforgettable.com>


I worked with a version that required the extra '/'. It turned out that it was an error in the release for that particular platform and eventually we solved the problem by upgrading to the next highest version - after which we had to go back and modify all of the code we wrote with the extra '/'.

Mark G wrote:

> You do not put the extra slash after the directory name c:\temp, that will
> cause an error if you do.
>
> myfile := UTL_FILE.FOPEN('c:\temp','blah.txt', 'w');
>
> Mark
Received on Mon Sep 13 1999 - 06:56:52 CDT

Original text of this message

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