在oracle存储过程中调用utl_file.fremove删除两个文件夹下的图片...
发布网友
发布时间:2022-04-23 16:08
我来回答
共2个回答
热心网友
时间:2022-04-09 01:01
1:好像多打了个' 换utl_file.fremove('DIR','sf'||V_Code||'.jpg')试试。
2:增加异常处理。
try
utl_file.fremove('DIR','sf'||V_Code||'.jpg');
exception
end;
utl_file.fremove('DIE','tt'||V_Code||'.jpg');追问if jw_fileupload.filetype = 'sf' then
utl_file.fremove('DIR','sf'||V_StudentCode||'.jpg');
end if;
我增加了条件,如果满足就执行删除语句。就是一个表里的字段-文件类型是固定的时候,就执行。
这样行吗
追答没试过,试试看就知道了,感觉应该可以。
热心网友
时间:2022-04-09 02:19
是是事实上是事实是事实