Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> UTL_TCP to post CLOB data?
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
![]() |
![]() |