Hi,
Just wondering if anyone would know why the below problem would be occuring??
We have a table which holds a BLOB column which we use to store word documents. Now there is a stored proc which reads this blob using
DBMS_LOB.READ (rec_letter.letter_file, l_amount, l_pos, l_buffer);
where...