I am trying to send a large xml file using a tcp/ip connection. The problem I am having is sending a large chunk of data (CLOB) using the utl_tcp.write_line. I am able to break the clob down into chunks of text string, but it appears the receiving location wants ALL of the text file sent in ONE write_line. I am somewhat new and tcp/ip connections - so I am unaware of a solution or if there is one. This may simply be an issue of receiver setup. Any help would be great. thank you.
Viz
Viz