Tuesday, April 1, 2008

How to Remove a File From PL/SQL?

begin
dbms_backup_restore.deletefile('/oracle/a.txt');
end;

SQL> exec utl_file.fremove('DORA','test.txt');
PL/SQL procedure successfully completed.

No comments:

Post a Comment