ORA-22288: file or LOB operation FILEOPEN failed
I am trying to insert contents of PDF, JPG and MSG (Outlook) files in a table in Oracle Database. Database version is
"Oracle Database 10g Enterprise Edition Release 10.2.0.4.0".
The filenames sometimes contain spanish characters. The procedure I have written is working fine if filenames do not contain any spanish character. But if it contains spanish character, it is failing with error "ORA-22288: file or LOB operation FILEOPEN failed No such file or directory".
For example, if filename is "907382_Ronald Montoro Yópla.pdf", the procedure is failing with above error message. However, it is able to load the file contents if the filename is "907382_Ronald Montoro Yopla.pdf".