Home > database >  Oracle FTP. Get abnormal (hope expert help solve below)
Oracle FTP. Get abnormal (hope expert help solve below)

Time:09-19

I use oracle FTP. The get command to download image file,
Image download the pictures down to a few KB file part of lack of big picture is no problem, this I do not know what to

FTP. Binary (p_conn=& gt; L_conn);
FTP. Get (p_conn=& gt; L_conn,
P_from_file=& gt; 'XXX',
P_to_dir=& gt; 'CUX_XXX'
P_to_file=& gt; "File name");

CodePudding user response:

Have you have help me see

CodePudding user response:

CodePudding user response:

To solve the problem:
Using FTP. Get_remote_binary_data
(l_conn ftp_path, file_name);
Extract the data
  • Related