I am trying to insert BLOB Object in Oracle database. if the length of the BOLD object is small then my dynamic SQL is working fine. if the length of the object increase then i am getting exception that unable to invoke adapter service *******.
How u come to know that u r getting error when length of the object is increased - r u getting any error logs which speaks about the length - as per my understanding bold can store around 4000 bytes. Plse provide the more details…