Call DirList() to display the contents of a directory. Use Filter= to prune the returned results:   1 SQL> call DirList(Directory=:v_my_dir, Filter=‘*.csv’);   In these result...