Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> UTL_TCP to post CLOB data?

UTL_TCP to post CLOB data?

From: Terri I. <teresni_at_ucia.gov>
Date: 21 Sep 2001 11:04:29 -0700
Message-ID: <b1f8b3bc.0109211004.81b2d3@posting.google.com>


I've got some PL/SQL code written to post XML data to a remote server.  It works ok as long as my data is of type varchar. But I need to be able to send a huge XML stream. Can UTL_TCP be used to transmit CLOB data, or must the data be broken up into chunks and written to the TCP connection in pieces? If the latter is true, is there some sample code available to show how to do this with PL/SQL? Thanks! Received on Fri Sep 21 2001 - 13:04:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US