Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to write a large textfile (CLOB) to a tcp/ip connection

Status
Not open for further replies.

vizman

MIS
Apr 26, 2005
8
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top