Hi,
we have one directory called "images" and i like to read the file name from database (oracle).
like: select * from directoryname;
will list down all the filename from that particular directory which is exist on the file system.
can you please help to achieve this.
how to read external directory filename from oracle database.?