I am trying to open a XLSX file using Anton Scheffer's package (here). I have my path object created, rights etc. And still get error below when I run my query. Tried lots of methods and i couldn't find a way to fix this . Please, any idea can help.
Query:
SELECT * FROM table( as_read_xlsx.read( as_read_xlsx.file2blob( 'FILE_OBJ', 'my_file.xlsx' ) ) );
ORA-22288: file or LOB operation FILEOPEN failed
Tried with a xlsx file that does not exists and I know that it gets to this path and finds my files but somehow I really can't figure out what's wrong.
Update: I have successfully accessed same file using UTL_FILE using the same Object with the same path yesterday but UTL_FILE reads only text files (ex. txt, csv, etc.) and this doesn't helps me. At least I know that this have rights for read.