Oracle 11g
- I have a directory called ../images/ on DB server.
- I want to create a procedure to read the directory and get a list of image files
- then insert into a DB table as BLOB.
Is this easy to just use pl/sql? or I have to use JAVA somehow?
Thanks