Listing files in a specified directory using PL/SQL

前端 未结 1 851
感情败类
感情败类 2020-12-17 22:02

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

相关标签:
1条回答
  • 2020-12-17 22:46

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

    0 讨论(0)
提交回复
热议问题