使用PL / SQL在指定目录中列出文件

时间:2022-01-30 00:09:16

Is it possible to get a list of all files (and their extensions) that are stored in a specified directory using only PL/SQL? (without using Java procedures and other fancy things. Just plain PL/SQL code)

是否可以仅使用PL / SQL获取存储在指定目录中的所有文件(及其扩展名)的列表? (不使用Java程序和其他花哨的东西。只是简单的PL / SQL代码)

P.S. If it is possible, please tell me how to do that :)

附:如果有可能,请告诉我该怎么做:)

1 个解决方案

#1


1  

This is not possible with plain PL/SQL but without Java. You can use a scheduler job for creating a directory listing: See https://*.com/a/16845563/802058

普通PL / SQL但没有Java,这是不可能的。您可以使用调度程序作业来创建目录列表:请参阅https://*.com/a/16845563/802058

#1


1  

This is not possible with plain PL/SQL but without Java. You can use a scheduler job for creating a directory listing: See https://*.com/a/16845563/802058

普通PL / SQL但没有Java,这是不可能的。您可以使用调度程序作业来创建目录列表:请参阅https://*.com/a/16845563/802058