Tuesday, March 24, 2009

File copy from PL/SQL

BEGIN
dbms_file_transfer.copy_file(source_directory_object => 'DIR',source_file_name => 'SAMPLE.TXT',
destination_directory_object => 'BALA',
destination_file_name => 'JAGAT.TXT');
END;

No comments:

Post a Comment