Muthu Kumar G wrote:
> thats the mistake while typing i realised after i post the message into
> the forum, even without that also the same error is occuring.
>
> Muthu Kumar.
Let's see if you can pick out your mistake. Here is the definition of
the fopen function.
Hint: Anything inside '' is case sensitive.
- IN
- location - directory location of file
- filename - file name (including extention)
- open_mode - open mode ('r', 'w', 'a')
- max_linesize - maximum number of characters per line, including
the
- newline character, for this file.
- Valid values are 1 through 32767 and NULL. A
NULL
- value for max_linesize indicates that UTL_FILE
should
- calculate an operating system specific value at
runtime.
- RETURN
- file_type handle to open file
- EXCEPTIONS
- invalid_path - file location or name was invalid
- invalid_mode - the open_mode string was invalid
- invalid_operation - file could not be opened as requested
- invalid_maxlinesize - specified max_linesize is too large or too
small
- access_denied - access to the directory object is denied
Regards
/Rauf
Received on Fri Nov 18 2005 - 03:53:29 CST