utl_file.fopen() gives "ORA-29284: file read error" for MS Word doc
barqFeb 27 2010 — edited Mar 10 2010I have two files in the same folder and having the same rights. One file is pdf and the other one is MS Word. These files are stored in a linux server. I can open the pdf file with utl_file.fopen() but can't open Word file. It gives me error ORA-29284 file read error. I can access the MS Word file through oracle text query using "contains" expression. But I want to get a particular string value from that file thats why I have to use utl_file.fopen() and utl_file.get_line() functions.
Is there any issue in accessing MS Word file stored in linux through oracle function? Any help would be appreciated.
Thanks and regards.