Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: URGENT HELP re: UTL_FILE needed
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
![]() |
![]() |