UTL_FILE_DIR and UTL_FILE.FOPEN
Hello.
If I set UTL_FILE_DIR = /episdata, do I also need to set the
File Location argument in UTL_FILE.FOPEN = /episdata ?
When I do this, UTL_FILE.FOPEN appears to be failing with an
INVALID_PATH error. Out DBA's are thinking that UTL_FILE.FOPEN
may be interpreting this situation to mean /episdata/episdata.
I've looked at the UTL_FILE.FOPEN documentation but I couldn't
tell if I needed to pass '/episdata' to UTL_FILE.FOPEN or not.
Does anyone have some experience or ideas about this?
Thanks.