How to create a text file using util.files
Hi
I am not an expert using all of Oracle's various packages and functions, etc, but I would like to someone to explain to me simply how I can create a simple text dynamically using util.files. What I am trying to do is dump some information from a stored procedure if a particular branch in the code is hit, but I want the code to create the file rather than just have the file be there. Also, because I am going to this file in some other procedures in my PL/SQL package, I want to firstly, check to see if the file exist, and if does add to that file, but adding a new line, else create that file.
How do you do this?