Error when using DBMS_LOB.GETLENGTH(BFILE) and DBMS_LOB.LOADBLOBFROMFILE()
Hi,
I want to insert the content of a file into a BLOB type field.
When I use DBMS_LOB.GETLENGTH(BFILE), the value is always 0. Have anyone encountered this issue?
Another issue is when I use DBMS_LOB.LOADBLOBFROMFILE(). I got error 'ORA-22994: source offset is beyond the end of the source LOB'.
Please help!
Thanks & Regards,
Ying