Sunitha Kambhampati (JIRA) wrote: >using setString instead of setCharacterStream in this case ( insert of 500kb >clob) performs way much better. But ofcourse, setString cannot be used for >large data (or data that wont fit into memory) and one would need to use >streams. > > > Is there a similar performance impact with getCharacterStream vs getString() or is it generally ok to use getCharacterStream()?
Thanks Kathey
