utl_file_dir; ORA-29280
I am writing a procedure to upload a txt file into a table, I am getting an "ORA-29280 invalid path" error.
My question: Does the parameter "utl_file_dir" have to have values, i.e. can it be NULL and thus allow to read from any directory?
0