UTL_FILE: Could not create a new file
问题 I'm using this statement in ly code to create/open à file: create it if does not exist yet/open it if already exists. w_file_handle := utl_file.fopen ('SAUV_DIR', 'sauv_tab_tbrcs_params.txt' , 'W') ; The file doesn't exist yet but it couldn't be created. I got this error: SQL> @MyScript.sql declare * ERROR at line 1: ORA-29283: invalid file operation ORA-06512: at "SYS.UTL_FILE", line 536 ORA-29283: invalid file operation ORA-06512: at line 14 Any ideas to create the file if doesn't exist yet