Hi Senthil
The Blob we insert from webMethods can be up to 5 MB in size and the volume is also extermely high.
Apparently having a blob as an input for such size and volume is a highly memory intensive operation on oracle ahd hence the PL-SQL team are sending an empty blob as an output.
Since the blob is a locator(operation on the locator achieve the same results as operations on the BLOB value itself) , in the java world you retrieve the empty blob and stream the input data in to the empty blob.
I couldnt find any such streaming option (Streaming on a retrieved empty output blob) in webMethods and hence i decided to do this the java way,and now i am stuck in connection pooling for the database connection used in the java service.
I dont see any API to retrieve the connection from the connection alias configured in webMethods.
Any help/advise will be really helpful as i am stuck in this point for a while now.
Regards
Mani
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods