View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 08:01 AM
thtsang_yh@yahoo.com.hk
 
Posts: n/a
Default Re: ORA-22288 when DBMS_LOB.FILEOPEN even if server can see the file

I've eventually found out the cause: Oracle does not support hard link!
(Is this a bug or work as expected?) When I remove the hard link and
make a copy of the file, the procedure works!

This is the first time hard link works differently as normal file in my
linux history... Dare not test what happen if symbolic link is used :P

Reply With Quote