Follow these steps to make a procedure that reads all files on disk. Handy if you need the concurrent manager to process all files in a certain folder GRANT JAVAUSERPRIV to apps; create global temporary table DIR_LIST ( filename varchar2(255) ) on commit delete rows / create or replace and compile java source named “DirList” […]