We want to create a PL/SQL script to copy a file in EBS R12 application tier to another location. We
We want to create a PL/SQL script to copy a file in EBS R12 application tier to another location. We have tried using UTL_FILE.FCOPY. It does not work for the file copying in the application tier, though it works in the database tier. Which function/procedure can we use for this. Thanks.