Binary File Copy in PL/SQL
300624Apr 22 2009 — edited May 4 2012Hi,
I just want to copy a file. I used UTL_FILE.FCOPY but this doesn't work, because it interprets newlines in the file. Is there any idea to copy files in binary mode?
Im using 10g in a Windows environment.
Thanks for your help
Joe