hi...
when i am inserting value into the blob...for which like i have written a function...i have to insert it separately for the blob field and separately for the rest of the fields..
when i insert it for the blob field i am getting the Oracle exception -
Exception Message - ORA-22920: row containing the LOB value is not locked
java.sql.SQLException: ORA-22920: row containing the LOB value is not locked
Also is there a way we can insert values into both types of columns at the same time..?