Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about UTL_FILE
"Lewis C" <lewisc_at_excite.com> wrote in message
news:arfda1dm5d5iof67trglap1mvm3i9i6fsg_at_4ax.com...
| On Wed, 08 Jun 2005 04:33:12 GMT, "Chris \( Val \)"
| <chrisval_at_bigpond.com.au> wrote:
[snip]
Hi Lewis.
| >Any help appreciated.
| >
| >Thanks,
| >Chris Val
| >
|
| Change this line:
|
| InFile := utl_file.fopen( MyDir, MyFile, 'r' );
|
| To:
|
| InFile := utl_file.fopen( UPPER(MyDir), MyFile, 'r' );
|
| Hope that helps,
I can't believe it was something as silly as that. Those uppercase identifiers in the dictionary get me all the time.
It sure was a big help, and it is now working as I would have expected.
Very much appreciated :-)
Cheers,
Chris Val
Received on Thu Jun 09 2005 - 04:45:56 CDT
![]() |
![]() |