Error when using UTL_FILE.FCOPY
Hi,
I'm getting error when running following :
begin
utl_file.fcopy('IN_DIR','TEST.34442',OU_DIR','text.xml');
end;
I'm getting error:
ERROR at line 1:
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 348
ORA-06512: at "SYS.UTL_FILE", line 1290
ORA-06512: at line 2
Let me know suggestion.
thanks