blob image to local directory
527908Apr 25 2011 — edited Apr 26 2011hello
I want to retrieve BLOB image stored in DB to local directory say D:/dir folder.
I have seen procedures that uses UTL_FILE for doing the same. but in that I don't understand properly. I am getting following error. so can anyone guide what exactly is the directory in this procedure? I assumed that the one where I want to transfer my blob images.
ORA-29280: invalid directory path
ORA-06512: at "SYS.UTL_FILE", line 33
ORA-06512: at "SYS.UTL_FILE", line 436
ORA-06512: at "DBF.GET_BLOB", line 16
ORA-06512: at line 2
I am using oracle 10g.