How can i use same file (like ABC.txt) to write using UTL_FILE.
Currently what is happening is whenever i am trying to write on ABC.txt previous entry is getting deleted or replaced with latest entry. I want all the entries I have made be present.
I am using Oracle 10g PL/SQL.