I would like to use utl_file.fcopy in PL/SQL
We are on 12C running EBS 12.2.7
I am trying to copy a concurrent program output file from the /u01/app/oracle/uat/fs_ne/inst/UAT_lcvunx61/logs/appl/conc/out directory to the /u01/app/oracle/uat/fs_ne/data/Inbound/ARCHIVE directory but am not able to get it to work. I have created both the source directory and the destination directory and have granted privileges on both:
CREATE OR REPLACE DIRECTORY
LCAP_EMPSUPP_BNK_UPD_OUTPT_SRC AS
'/u01/app/oracle/uat/fs_ne/inst/UAT_lcvunx61/logs/appl/conc/out';
GRANT READ, WRITE ON DIRECTORY LCAP_EMPSUPP_BNK_UPD_OUTPT_SRC