I had a project to insert data into Bfile column in oracle DB and read it back in
JAVA:
I did as below but getting error @ line where i am trying to open file to read:
*****************************************************************************************
*******************************************************
Error message states:
java.sql.SQLException: ORA-22285: non-existent directory or file for FILEOPEN operation
But file exist in the location mentioned
Please suggest if i have to give some some folder setting at directory level.
Folder is visible to all users to read and write>