utl_file.fopen [message #277635] |
Wed, 31 October 2007 00:07  |
nirajksharmacpr
Messages: 19 Registered: October 2007 Location: Mumbai
|
Junior Member |

|
|
hi All
I have useing the UTL_FILE package.
f := utl_file.fopen('DIR_TEMP', 'something.txt', 'w');
DIR_TEMP has Directory 'c:\Temp' in Create Directory Command
Its Working Properly. My Query is 'something.txt' file Created in Which Location. in which Directory .
Please Suggest Me.
Thanks And Regards.
|
|
|
|
|
|
|
Re: utl_file.fopen [message #277703 is a reply to message #277699] |
Wed, 31 October 2007 04:30  |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
As has already been explained - it is created in the directory refered to by the row in DBA_DIRECTORIES for the directory DIR_TEMP
|
|
|