Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about UTL_FILE

Re: Question about UTL_FILE

From: Chris \( Val \) <chrisval_at_bigpond.com.au>
Date: Thu, 09 Jun 2005 09:45:56 GMT
Message-ID: <odUpe.11306$F7.7557@news-server.bigpond.net.au>

"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

Original text of this message

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