PL/SQL (MOSC)

MOSC Banner

I would like to use utl_file.fcopy in PL/SQL

edited Sep 19, 2019 5:05AM in PL/SQL (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center