UTL_FILE_DIR
Hi ,
I am using UTL_FILE_DIR for generating .txt,.csv file from pl/sql code. But as per Oracle 11g recomendation wee should replace this.
Can we use the ‘directory’ object to replace this parameter utl_file_dir per Oracle’s recommendation (for more flexibility and granular control / better security)?
The Oralce’s UTL_FILE PL/SQL package /store procedures all take ‘directory’ objects now.
How can i replace UTL_FILE_DIR. Please explain.
Thanks